forked from kwdstudio/kwdstudio.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 766 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 766 Bytes
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
{
"name": "kwdstudio",
"version": "0.0.1",
"scripts": {
"start": "webpack-dev-server",
"prebuild": "rm -rf javascripts stylesheets",
"build": "NODE_ENV=production webpack -p",
"postinstall": "mkdir -p .git/hooks && cp hooks/* .git/hooks/"
},
"author": "Oktavilla",
"license": "UNLICENSED",
"dependencies": {
"autoprefixer": "~6.7.6",
"babel-core": "~6.23.1",
"babel-loader": "~6.3.2",
"babel-preset-es2015": "~6.22.0",
"css-loader": "~0.26.2",
"extract-text-webpack-plugin": "~2.0.0",
"postcss-loader": "~1.3.3",
"repetitivo": "git://github.com/Oktavilla/repetitivo.git#master",
"sanitize.css": "~4.1.0",
"sass-loader": "~6.0.2",
"webpack": "~2.2.1",
"webpack-dev-server": "~2.4.1"
}
}