-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.18 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": "cloud-cogs",
"version": "1.0.0",
"description": "Client side of cloud-cogs, a world were people live on flying ships.",
"main": "webpack.config.js",
"dependencies": {
"bulma": "^0.2.1",
"css-loader": "^0.25.0",
"elm-webpack-loader": "^3.0.6",
"file-loader": "^0.9.0",
"local-storage": "^1.4.2",
"style-loader": "^0.13.1",
"sass-loader": "^4.0.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"copy-webpack-plugin": "^3.0.1",
"elm-hot-loader": "^0.3.4",
"node-sass": "^3.10.1",
"webpack-dev-middleware": "^1.8.3",
"webpack-dev-server": "^1.16.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --progress --colors --watch --hot",
"build": "webpack -p --config ./webpack.production.config.js --progress --profile --colors",
"deploy": "npm run build && s3cmd put --recursive --human-readable-sizes --exclude=.DS_Store --reduced-redundancy --acl-public dist/ s3://clouds.tylerdiaz.com/"
},
"author": "Tyler J. Diaz",
"license": "ISC"
}