-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
132 lines (132 loc) · 3.83 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "react-scaffold",
"version": "1.1.0",
"author": "tea",
"private": true,
"description": "react手脚架",
"scripts": {
"start": "umi dev",
"template": "plop",
"build": "cross-env umi build && rimraf ./dist/*.js.map ./dist/*.css.map",
"test": "umi test",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
"lint-staged": "lint-staged",
"lint-staged:all": "eslint --ext .js,.jsx,.ts,.tsx ./src",
"prettier": "prettier-eslint --write 'src/**/*'",
"release": "rimraf package-lock.json && standard-version -a && git push --follow-tags",
"commit": "git add -A && git-cz"
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@sentry/browser": "^5.27.6",
"@sentry/tracing": "^5.27.6",
"ag-grid-community": "^23.0.2",
"ag-grid-react": "^23.0.3",
"antd": "^4.6.2",
"array-move": "^2.2.1",
"async-validator": "^3.2.1",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"crypto-js": "^4.0.0",
"js-base64": "^2.5.2",
"js-md5": "^0.7.3",
"lodash": "^4.17.20",
"lodash-decorators": "^6.0.1",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"plyr": "^3.5.6",
"qs": "^6.9.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-draggable": "^4.1.0",
"react-ga": "^2.7.0",
"react-scrollbar": "^0.5.6",
"react-sortable-hoc": "^1.10.1",
"react-virtualized": "^9.21.1",
"tea-eval": "0.0.6",
"teaness": "^4.1.43",
"uuid": "^3.3.3"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@sentry/webpack-plugin": "^1.11.1",
"@types/classnames": "^2.2.9",
"@types/crypto-js": "^3.1.44",
"@types/jest": "^23.3.14",
"@types/js-base64": "^2.3.1",
"@types/js-md5": "^0.4.2",
"@types/lodash": "^4.14.144",
"@types/mockjs": "^1.0.2",
"@types/nprogress": "^0.2.0",
"@types/numeral": "0.0.26",
"@types/qs": "^6.5.3",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-scrollbar": "^0.4.10",
"@types/react-test-renderer": "^16.0.3",
"@types/react-virtualized": "^9.21.4",
"@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@typescript-eslint/typescript-estree": "^2.10.0",
"babel-eslint": "^9.0.0",
"concurrently": "^5.2.0",
"conventional-changelog-cli": "^2.0.34",
"cross-env": "^6.0.3",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^5.4.0",
"eslint-config-umi": "^1.4.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.11.1",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-puppeteer": "^4.3.0",
"lint-staged": "^7.2.2",
"node-sass": "^4.12.0",
"nodemon": "^2.0.4",
"prettier-eslint": "^9.0.1",
"prettier-eslint-cli": "^5.0.0",
"react-test-renderer": "^16.7.0",
"react-use": "^12.2.2",
"rimraf": "^3.0.2",
"sass-loader": "^7.2.0",
"standard-version": "^8.0.2",
"typescript": "^3.7.3",
"umi": "^2.12.6",
"umi-plugin-react": "^1.8.0",
"umi-types": "^0.2.0"
},
"optionalDependencies": {
"commitizen": "^4.1.2",
"plop": "^2.6.0",
"puppeteer": "^1.20.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"**/*.{js,jsx,tsx,ts,less,md,json}": [
"prettier-eslint --write",
"git add"
],
"**/*.{js,jsx,ts,tsx}": "npm run lint-staged:all"
},
"engines": {
"node": ">=8.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}