-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.08 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
{
"name": "app-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch:webpack": "cross-env NODE_ENV=dev webpack --config webpack.dev.js",
"prebuild": "rimraf dist/*",
"build": "webpack --config webpack.prod.js",
"serve": "serve -p 8004 ./dist",
"start": "npm run watch:webpack"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@emotion/core": "^10.0.10",
"@svgr/core": "^2.4.1",
"@svgr/webpack": "^2.4.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clipboard": "^2.0.1",
"date-fns": "^1.30.1",
"dotenv": "^5.0.1",
"emotion": "^9.2.5",
"get-timezone-offset": "^1.0.4",
"js-yaml": "^3.13.1",
"jwt-decode": "^2.2.0",
"npm-run-all": "^4.1.2",
"postcss-loader": "^3.0.0",
"prop-types": "^15.6.1",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-loadable": "^5.5.0",
"react-redux": "^7.0.2",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.0",
"react-select": "^2.4.3",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"svg-inline-react": "^3.1.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"devDependencies": {
"autoprefixer": "^8.3.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"cross-env": "^5.2.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-webpack": "^0.8.4",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^1.1.11",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"serve": "^11.0.0",
"style-loader": "^0.20.3",
"webpack-plugin-serve": "^0.8.0"
},
"author": "",
"license": "ISC"
}