forked from 3lang3/react-vant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.22 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
{
"version": "0.0.1-rc.0",
"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",
"prepare": "husky install",
"react-vant:lint": "pnpm --dir ./packages/react-vant lint:tsx"
},
"lint-staged": {
"*.{ts,tsx,less}": "prettier --write",
"*.{ts,tsx}": "npm run react-vant:lint",
"package.json": "yarn sort-package-json"
},
"devDependencies": {
"@commitlint/config-conventional": "17.0.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"all-contributors-cli": "^6.20.0",
"commitlint": "17.0.3",
"eslint": "8.21.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": "13.0.3",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"sort-package-json": "1.56.1",
"typescript": "^4.5.2"
},
"packageManager": "pnpm"
}