-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.14 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.14 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
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
71
72
{
"name": "scaffold",
"version": "1.0.0",
"description": "A website for scaffold",
"main": "client/index.coffee",
"repository": {
"type": "git",
"url": "git@github.com:judewang/scaffold.git"
},
"author": "Jude Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/judewang/scaffold/issues"
},
"homepage": "https://github.com/judewang/scaffold#readme",
"publicPath": "/",
"scripts": {
"start": "bundle exec middleman",
"build": "bundle exec middleman build",
"build:staging": "TARGET=staging bundle exec middleman build",
"deploy": "coffee deploy.coffee",
"webpack-dev-server": "webpack-dev-server --inline --hot --config webpack-dev.config.coffee",
"webpack": "webpack --config webpack.config.coffee"
},
"dependencies": {
"animate.css": "daneden/animate.css",
"jquery": "2.x",
"modernizr": "^3.3.1",
"modularscale-sass": "^2.1.1",
"node.normalize.scss": "^3.0.3",
"picturefill": "^3.0.2",
"scut": "^1.4.0",
"smooth-scroll": "cferdinandi/smooth-scroll",
"susy": "^2.2.12"
},
"devDependencies": {
"autoprefixer": "^6.5.4",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.2",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-error-notifier": "^1.1.0",
"gulp-replace": "^0.5.4",
"image-webpack-loader": "^3.1.0",
"inquirer": "^2.0.0",
"ip": "^1.1.4",
"json-loader": "^0.5.4",
"modernizr-loader": "^1.0.0",
"node-sass": "^4.1.1",
"postcss-assets": "^4.1.0",
"postcss-calc": "^5.3.1",
"postcss-clearfix": "^1.0.0",
"postcss-loader": "^1.2.1",
"postcss-short": "^3.0.1",
"postcss-strip-units": "^1.2.0",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^3.2.3",
"sass-resources-loader": "^1.1.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"svg-sprite-loader": "^0.1.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^1.1.2",
"yaml-loader": "^0.4.0"
}
}