-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.99 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
{
"name": "65classroom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"test": "jest",
"build": "webpack --config webpack.prod.js && webpack --mode=production --config webpack.server.js",
"start": "node ./dist/server.generated.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.1",
"css-loader": "^5.0.1",
"dotenv": "^8.2.0",
"eslint": "^7.19.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"react-refresh": "^0.9.0",
"react-test-renderer": "^17.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.7.0",
"webpack-cli": "^4.2.0",
"webpack-dev-middleware": "^4.0.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"@ant-design/icons": "^4.3.0",
"antd": "^4.9.4",
"axios": "^0.21.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"form-data": "^3.0.0",
"formidable": "^1.2.2",
"helmet": "^4.2.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.20",
"mongoose": "^5.12.0",
"node-polyfill-webpack-plugin": "^1.0.2",
"path-browserify": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^5.2.0",
"slugify": "^1.4.7",
"util": "^0.12.3"
}
}