-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.99 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
{
"name": "makeanico",
"version": "1.0.2",
"description": "Progressively Enhanced React Todo List App",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "nodemon --watch ./ --watch ./views -e js,twig server.js",
"serveprod": "NODE_ENV=production nodemon --watch ./ --watch ./views -e js,twig server.js",
"start": "node server.js"
},
"author": "JP de Vries",
"license": "UNLICENSED",
"engines": {
"node": "6.3.0"
},
"optionalDependencies": {
"windows-build-tools": "*"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-preset-es2015": "^6.14.0",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.7.3",
"grunt-babel": "^6.0.0",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-growl": "^0.1.5",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.0",
"grunt-svgmin": "^4.0.0",
"grunt-webpack": "^1.0.14",
"nodemon": "^1.10.0",
"pixrem": "^3.0.1",
"svgo": "^0.7.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.11.6",
"compression": "^1.6.2",
"content-disposition": "^0.5.1",
"express": "^4.14.0",
"express-minify-html": "^0.5.0",
"formidable": "^1.0.17",
"hex-and-rgba": "^1.1.0",
"install": "^0.8.1",
"node-lwip": "^0.2.1",
"npm": "^3.10.6",
"onecolor": "^3.0.4",
"png-coder": "^0.2.1",
"png-pixel": "git://github.com/jpdevries/png-pixel#c38b22b00c02a79160d09bbcd8727648f3273f9e",
"pngjs": "^3.0.0",
"query-string": "^4.2.3",
"rimraf": "^2.5.4",
"serve-static": "^1.11.1",
"svg-to-png": "^3.1.0",
"svg2png": "^3.0.1",
"to-ico": "^1.0.1",
"twig": "^0.9.5",
"util": "^0.10.3"
}
}