-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.06 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 3.06 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
{
"name": "node-config",
"version": "0.1.0",
"scripts": {
"server": "export NODE_ENV=development && node servers/index.js"
},
"dependencies": {
"@babel/core": "7.8.4",
"@svgr/webpack": "4.3.3",
"@testing-library/react": "9.3.2",
"@testing-library/user-event": "7.1.2",
"@types/node": "12.0.0",
"@types/react": "16.9.0",
"@types/react-dom": "16.9.0",
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/parser": "2.10.0",
"amqplib": "^0.5.5",
"axios": "0.19.2",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "0.3.6",
"babel-preset-react-app": "9.1.1",
"camelcase": "5.3.1",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"config": "^3.3.0",
"cron": "^1.8.2",
"css-loader": "3.4.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"element-react": "1.4.34",
"element-theme-default": "1.4.13",
"eslint": "6.6.0",
"eslint-config-react-app": "5.2.0",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react-hooks": "1.6.1",
"file-loader": "4.3.0",
"fs-extra": "8.1.0",
"html-webpack-plugin": "4.0.0-beta.11",
"identity-obj-proxy": "3.0.0",
"ioredis": "^4.16.0",
"json5": "^2.1.1",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-router": "^8.0.8",
"ldap-authentication": "^2.1.3",
"less": "3.11.1",
"less-loader": "5.0.0",
"lru-cache": "^5.1.1",
"mini-css-extract-plugin": "0.9.0",
"mobx": "5.15.4",
"mobx-react": "6.1.8",
"mysql2": "^2.1.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"path-to-regexp": "3.0.0",
"pnp-webpack-plugin": "1.6.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"qiniu": "^7.3.0",
"react": "16.13.0",
"react-app-polyfill": "1.0.6",
"react-dev-utils": "10.2.0",
"react-dom": "16.13.0",
"react-router-dom": "5.1.2",
"resolve": "1.15.0",
"resolve-url-loader": "3.1.1",
"semver": "6.3.0",
"sequelize": "^5.21.5",
"style-loader": "0.23.1",
"terser-webpack-plugin": "2.3.4",
"ts-pnp": "1.1.5",
"typescript": "~3.7.2",
"url-loader": "2.3.0",
"url-parse": "^1.4.7",
"webpack": "4.41.5",
"webpack-dev-server": "3.10.2",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "4.3.1"
},
"devDependencies": {
"@types/json5": "0.0.30",
"@types/react-router-dom": "5.1.3",
"@types/url-parse": "^1.4.3",
"react-hot-loader": "4.12.19"
}
}