-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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
{
"name": "go-against-humanity",
"version": "1.0.0",
"scripts": {
"build": "webpack --config webpack.config.js",
"production": "NODE_ENV=production npm run build"
},
"author": "denvit, LucentW, zsavajji",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^3.2.0",
"cssnano": "^6.0.1",
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^10.0.1",
"imagemin-webpack": "^5.1.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"style-loader": "^1.0.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"bulma": "^0.7.5",
"file-loader": "^4.2.0",
"font-awesome": "^4.7.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"url-loader": "^2.1.0"
}
}