-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.05 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.05 KB
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
{
"name": "gdata-admin",
"homepage": "http://localhost:3000/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/charts": "^0.9.9",
"@ant-design/compatible": "^1.0.2",
"@ant-design/icons": "^4.1.0",
"@babel/preset-react": "^7.9.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.2.0",
"antd-mobile": "^2.3.1",
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"browser-image-compression": "^1.0.12",
"generate-password": "^1.5.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"moment": "^2.25.3",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-device-detect": "^1.12.1",
"react-dom": "^16.13.1",
"react-email-editor": "^1.1.1",
"react-helmet": "^6.1.0",
"react-hot-loader": "^4.12.21",
"react-html-parser": "^2.0.2",
"react-intl": "^2.8.0",
"react-multi-email": "^0.5.3",
"react-notifications": "^1.6.0",
"react-number-format": "^4.4.1",
"react-quill": "^1.3.5",
"react-redux": "^7.2.0",
"react-responsive-carousel": "^3.2.7",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-text-truncate": "^0.16.0",
"react-truncate": "^2.4.0",
"reactstrap": "^8.4.1",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"antd-theme-webpack-plugin": "^1.3.1",
"babel-core": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"eslint": "^6.6.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.47.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.8.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.11.0",
"less-loader": "^5.0.0",
"less-vars-to-js": "^1.3.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.8.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"sass-loader": "^6.0.7",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "2.11.1",
"webpack-cli": "2.0.14",
"webpack-dev-server": "^3.10.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}