-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
38 lines (38 loc) · 1.26 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
{
"name": "middleman-startae",
"version": "1.0.0",
"description": "[![forthebadge](http://forthebadge.com/images/badges/fuck-it-ship-it.svg)](http://www.startae.com) [![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://www.startae.com)",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development ./node_modules/webpack/bin/webpack.js --watch -d --color",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --bail -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/startae/middleman-startae.git"
},
"author": "Startaê (https://startae.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/startae/middleman-startae/issues"
},
"homepage": "https://github.com/startae/middleman-startae#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"node-sass": "^4.5.3",
"postcss": "^6.0.9",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.5"
},
"dependencies": {
"fastclick": "^1.0.6",
"hagrid": "^3.1.2"
}
}