forked from 3lang3/react-vant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.23 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
{
"private": true,
"scripts": {
"build": "pnpm --dir ./packages/react-vant build",
"clean": "rm -rf node_modules && rm -rf packages/**/node_modules",
"dev": "pnpm --dir ./packages/react-vant dev",
"docs:build": "pnpm --dir ./packages/react-vant docs:build",
"docs:deploy": "pnpm --dir ./packages/react-vant site:deploy",
"lint-staged": "lint-staged",
"react-vant:lint": "pnpm --dir ./packages/react-vant lint:tsx"
},
"lint-staged": {
"*.{ts,tsx,less}": "prettier --write",
"*.{ts,tsx}": "npm run react-vant:lint",
"*.{css,less}": "stylelint --fix",
"package.json": "yarn sort-package-json"
},
"devDependencies": {
"@commitlint/config-conventional": "17.0.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@umijs/fabric": "^2.10.2",
"all-contributors-cli": "^6.20.0",
"commitlint": "17.0.1",
"eslint": "8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"husky": "8.0.1",
"lint-staged": "12.4.2",
"prettier": "2.4.1",
"pretty-quick": "3.1.3",
"sort-package-json": "1.56.1",
"stylelint": "14.8.5"
},
"packageManager": "pnpm"
}