-
Notifications
You must be signed in to change notification settings - Fork 536
/
package.json
44 lines (44 loc) · 1.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "arco-design-vue-monorepo",
"description": "Arco Design Vue 2.0 Monorepo",
"private": true,
"scripts": {
"postinstall": "husky install",
"init": "lerna run build --stream --scope=@arco-design/{vite-plugin-arco-vue-docs,arco-vue-scripts} && lerna link && lerna run init --scope=@arco-design/web-vue",
"start": "yarn workspace @arco-design/arco-vue-docs run start",
"build:site": "yarn workspace @arco-design/arco-vue-docs run build",
"test:screenshot": "yarn workspace @arco-design/web-vue run test:screenshot",
"build:component": "yarn workspace @arco-design/web-vue run build",
"test": "yarn workspace @arco-design/web-vue run test",
"storybook": "yarn workspace @arco-design/web-vue-storybook run storybook"
},
"workspaces": [
"packages/*"
],
"author": "ArcoDesign Team",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^12.0.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"husky": "^7.0.0",
"lerna": "^4.0.0",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"typescript": "^4.2.4",
"yarn": "^1.22.10"
}
}