-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
73 lines (73 loc) · 1.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "F6",
"private": true,
"workspaces": [
"packages/core",
"packages/hammer",
"packages/element",
"packages/f6-ui",
"packages/plugin",
"packages/site",
"packages/f6",
"packages/f6-alipay",
"packages/f6-wx"
],
"scripts": {
"build:site": "cd ./packages/site && npm run start",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"pretty-quick": "pretty-quick",
"clean:modules": "rimraf node_modules",
"prepare": "simple-git-hooks",
"update": "rush update",
"build": "rush build"
},
"lint-staged": {
"*.{js,jsx,tsx,ts,less,md,json}": [
"pretty-quick —-staged"
]
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/js": "^9.5.0",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.6.5",
"@types/react": "^16.14.60",
"@types/react-dom": "^16.9.24",
"@umijs/fabric": "^2.14.1",
"browserslist": "^4.23.1",
"chokidar": "^3.6.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"globals": "^15.6.0",
"install-peerdeps": "^3.0.3",
"jest": "^27.5.1",
"lint-staged": "^15.2.7",
"node-gyp": "^10.1.0",
"npm-run-all": "^4.1.5",
"postcss-lit": "^1.1.1",
"pre-commit": "^1.2.2",
"prettier": "3.3.2",
"pretty-quick": "^4.0.0",
"react-scripts": "3.1.2",
"rimraf": "^5.0.7",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.0",
"swc-loader": "^0.2.6",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"@types/react": "^16.9.35"
},
"repository": "https://github.com/antvis/F6.git",
"simple-git-hooks": {
"pre-commit": "pretty-quick --staged"
}
}