-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.04 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
{
"name": "pro100-web-application",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "webpack-dev-server --open --hot --watch --mode development --env development",
"prod": "webpack --mode production --env production",
"initTest": "jest --init",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"axios": "^0.18.1",
"fs-extra": "3.0.1",
"history": "^4.10.1",
"lodash": "^4.17.19",
"mobx": "^5.15.4",
"mobx-react": "^6.2.3",
"mobx-react-devtools": "^6.1.1",
"moment": "^2.27.0",
"normalize.css": "^8.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-sound": "^1.2.0",
"sanitize.css": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/helper-module-imports": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime": "^7.10.5",
"@types/lodash": "^4.14.162",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@webpack-cli/serve": "^1.2.1",
"autoprefixer": "^7.2.6",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-webpack-alias-7": "^0.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^0.28.11",
"dotenv": "4.0.0",
"dotenv-expand": "4.2.0",
"dotenv-webpack": "^1.8.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.4.5",
"postcss-flexbugs-fixes": "^3.3.1",
"postcss-loader": "^2.1.6",
"postcss-modules-values": "^3.0.0",
"preload-webpack-plugin": "^2.3.0",
"prettier": "^1.19.1",
"progress-bar-webpack-plugin": "^1.12.1",
"raw-loader": "^0.5.1",
"react-dev-utils": "^5.0.3",
"react-test-renderer": "^16.13.1",
"resolve-url-loader": "^2.3.2",
"serviceworker-webpack-plugin": "^1.0.1",
"style-loader": "^0.19.1",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"svg-inline-loader": "^0.8.2",
"svg-sprite-loader": "^3.9.2",
"svgo-loader": "^2.2.1",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "^0.6.2",
"webpack": "^4.46.0",
"webpack-babel-jest": "^1.0.4",
"webpack-build-log-plugin": "^1.0.6",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "1.3.2",
"webpack-notifier": "^1.12.0",
"webpack-provide-global-plugin": "0.0.1",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^3.6.3"
}
}