-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "wpbp",
"version": "0.0.1",
"description": "WordPress Boilerplate",
"keywords": [
"WordPress",
"boilerplate",
"theme",
"template"
],
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"imagemin-webpack-plugin": "^1.4.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.4.1",
"webpack-webfont": "0.0.1-alpha.7"
},
"repository": {
"type": "git",
"url": "https://github.com/heyjones/wpbp"
},
"bugs": {
"email": "wpbp@heyjones.com",
"url": "https://github.com/heyjones/wpbp/issues"
},
"scripts": {
"dev": "NODE_ENV=development webpack --watch --progress --hide-modules",
"build": "NODE_ENV=production webpack --progress --hide-modules"
},
"author": "Chris Jones <chris@heyjones.com> (http://heyjones.com)",
"license": "MIT"
}