-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 1.11 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
{
"name": "generative-worldcup",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.build.js",
"start": "NODE_ENV=development webpack --config webpack.config.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "zehfernandes",
"license": "ISC",
"dependencies": {
"file-saver": "^1.3.8",
"fontfaceobserver": "^2.0.13"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.5",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^4.5.2",
"handlebars": "^4.1.2",
"handlebars-loader": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"imagemin-webpack-plugin": "^2.1.5",
"prettier": "^1.13.5",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.12.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.0.7"
}
}