-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.82 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
{
"name": "tmoa-test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js",
"dev:bundleanalyzer": "yarn dev --env.addons=bundleanalyzer",
"build": "webpack -p --config webpack.prod.config.js && cp ./public/_redirects ./build/_redirects",
"prebuild": "rimraf build"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"antd": "^4.2.0",
"autoprefixer": "^9.7.6",
"axios": "^0.19.2",
"materialize-css": "^1.0.0-rc.2",
"react": "^16.13.1",
"react-circular-progressbar": "^2.0.3",
"react-delay-render": "^0.1.2",
"react-dom": "^16.13.1",
"react-flatpickr": "^3.10.0",
"react-flip-numbers": "^3.0.5",
"react-id-swiper": "^3.0.0",
"react-imported-component": "^6.2.1",
"react-prop-types": "^0.4.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"rimraf": "^3.0.2",
"semantic-ui-react": "^0.88.2",
"styled-components": "^5.1.0",
"swiper": "^5.4.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.1.10",
"react-hot-loader": "^4.12.20",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}