-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 991 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-news",
"scripts": {
"build": "webpack -p && composer archive --format=zip",
"webpack": "webpack --watch --mode=production",
"compile": "gulp",
"archive": "rm -rf *.zip && webpack && composer archive --format=zip",
"push": "yarn archive && git add . && git commit -m 'Work Station' && git push -u origin"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"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",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.2.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^1.15.0",
"webpack-cli": "^2.1.4"
},
"dependencies": {}
}