-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.25 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
{
"name": "rcj-react-web",
"version": "v0.0.1-alpha-2",
"description": "",
"main": "src/index.js",
"scripts": {
"pub":"npm publish",
"start": "umi dev",
"build": "umi build",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"files":[
"lib",
"README.md"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"repository": {
"type": "git",
"url": "https://gitee.com/shanyijin/rcj-cli"
},
"keywords": [
"some one"
],
"author": "shanyijin",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "~4.7.0",
"@testing-library/react": "11.x",
"@types/classnames": "~2.3.1",
"@types/jest": "~27.4.1",
"@types/lodash": "~4.14.178",
"@types/raf": "~3.4.0",
"@types/react-redux": "~7.1.22",
"@types/redux-logger": "~3.0.9",
"@umijs/plugin-esbuild": "~1.4.1",
"@umijs/plugin-qiankun": "~2.36.0",
"@umijs/preset-react": "1.x",
"ahooks": "^3.5.0",
"axios": "~0.26.0",
"babel-plugin-import": "~1.13.3",
"babel-plugin-lodash": "~3.3.4",
"classnames": "~2.3.1",
"compression-webpack-plugin": "6.1.1",
"dayjs": "~1.10.7",
"decimal.js": "~10.3.1",
"eslint": "7.32.0",
"eslint-webpack-plugin": "3.1.0",
"hoist-non-react-statics": "~3.3.2",
"html-webpack-plugin": "~5.5.0",
"lodash": "~4.17.21",
"lodash-webpack-plugin": "~0.11.6",
"mini-css-extract-plugin": "~2.5.3",
"raf": "~3.4.1",
"react": "17.x",
"react-dom": "17.x",
"react-redux": "~7.2.6",
"redux": "~4.1.2",
"redux-logger": "~3.0.6",
"redux-thunk": "~2.4.1",
"string-random": "~0.1.3",
"style-resources-loader": "~1.5.0",
"stylelint-webpack-plugin": "~3.1.1",
"umi": "~3.5.20",
"umi-plugin-keep-alive": "~0.0.1-beta.30"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@umijs/test": "^3.5.26",
"lint-staged": "^10.0.7",
"prettier": "^2.2.0",
"typescript": "^4.1.2",
"yorkie": "^2.0.0"
}
}