-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.09 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
{
"name": "ids-saas",
"version": "1.0.0",
"description": "react ids saas",
"main": "index.js",
"author": "shl",
"license": "MIT",
"private": true,
"scripts": {
"color": "node color.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --config build/webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.prod.js",
"eslint": "eslint src --ext .tsx"
},
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@hot-loader/react-dom": "^16.13.0",
"@types/react": "^16.9.49",
"@types/react-color": "^3.0.4",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/react-transition-group": "^4.4.0",
"antd": "^4.4.3",
"axios": "^0.19.2",
"braft-editor": "^2.3.9",
"braft-utils": "^3.0.12",
"i18next": "^19.7.0",
"immutability-helper": "^3.1.1",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-i18next": "^11.7.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-async-generators": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime": "^7.10.5",
"@babel/runtime-corejs3": "^7.10.5",
"@types/mockjs": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"antd-theme-generator": "^1.2.4",
"autoprefixer": "^9.8.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"core-js": "3",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"less-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.9.0",
"mockjs": "^1.1.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.12.21",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.2.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.9.7",
"url-loader": "^4.1.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.9.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}