-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·56 lines (56 loc) · 1.63 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
{
"name": "px-m",
"version": "0.0.0",
"description": "A react boilerplate",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev": "NODE_ENV='development' webpack-dev-server --hot",
"deploy": "./scripts/deploy.sh"
},
"author": "Arius",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-loader": "^8.0.6",
"core-js": "^3.4.0",
"css-loader": "^3.2.0",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.8.0",
"progress-bar-webpack-plugin": "^1.12.1",
"regenerator-runtime": "^0.13.3",
"style-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"url-loader": "^2.2.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"yaml-frontmatter-loader": "^0.1.0",
"yaml-loader": "^0.5.0"
},
"dependencies": {
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"normalize.css": "^8.0.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-keep-alive": "^2.5.2",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-scroll-memory": "^2.0.3",
"redux": "^4.0.4",
"vconsole": "^3.3.4"
}
}