-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 878 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
{
"name": "pagekit-theme",
"scripts": {
"install": "bower install && gulp",
"archive": "gulp && webpack -p && composer archive --format=zip"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-runtime": "^5.8.0",
"bower": "^1.7.6",
"json-loader": "^0.5.2",
"glob": "^5.0.5",
"gulp": "^3.8.10",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.2.2",
"gulp-less": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-concat": "^2.6.0",
"merge-stream": "^0.1.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.2.0",
"webpack": "^1.12.9"
}
}