-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.56 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
{
"name": "dota2quiz",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"now-build": "yarn build && mv build dist",
"build": "NODE_ENV='production' webpack",
"build:analyze": "ANALYZE=true yarn build",
"dev": "webpack",
"lint": "eslint ./src",
"start": "webpack-dev-server"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@svgr/webpack": "^4.1.0",
"babel-loader": "^8.0.5",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"destyle.css": "^1.0.5",
"file-loader": "^3.0.1",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-color-function": "^4.0.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-hexrgba": "^1.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"postcss-safe-parser": "^4.0.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-hot-loader": "^4.6.5",
"react-redux": "^6.0.0",
"react-spring": "^7.2.10",
"redux": "^4.0.1",
"terser-webpack-plugin": "^1.2.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.2.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"es6-promise": "^4.2.5",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"imagemin": "^6.1.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^7.0.0",
"imagemin-webp": "^5.0.0",
"isomorphic-fetch": "^2.2.1",
"request": "^2.88.0",
"rimraf": "^2.6.3",
"serve": "^10.1.2",
"style-loader": "^0.23.1",
"webpack-dev-server": "^3.1.14",
"why-did-you-update": "^1.0.6"
}
}