forked from 3lang3/react-vant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.17 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
{
"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"
},
"devDependencies": {
"@commitlint/config-conventional": "17.0.3",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"all-contributors-cli": "6.24.0",
"commitlint": "17.0.3",
"eslint": "8.21.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.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.8.4"
},
"packageManager": "pnpm"
}