-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 885 Bytes
/
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
{
"name": "dev-blog",
"version": "1.0.0",
"description": "My dev blog",
"private": "true",
"scripts": {
"build": "wintersmith build -c src/config.build.json",
"dev": "wintersmith build -c ./src/config.json",
"gh-pages": "wintersmith build -c src/config.ghpages.json",
"start": "wintersmith preview -c ./src/config.json"
},
"dependencies": {
"moment": "2.3.x",
"underscore": "1.4.x",
"typogr": "0.5.x"
},
"devDependencies": {
"autoprefixer": "^7.1.5",
"cssnano": "^3.10.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-ftp-push": "^0.4.3",
"grunt-hashres": "^0.4.1",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.0.0",
"grunt-uncss": "^0.6.1",
"grunt-wintersmith-compile": "^0.1.1",
"pixrem": "^4.0.1"
}
}