-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
40
{
"name": "vue-wordpress-plugin",
"version": "0.0.3",
"description": "A starting point for using VueJS in WordPress plugins. This is designed to be hacked and changed.",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.7",
"eagle.js": "^0.4.0",
"extract-text-webpack-plugin": "^3.0.2",
"vue": "^2.5.5",
"vue-agile": "^0.3.7",
"vue-loader": "^15.4.2",
"vue-resource": "^1.3.4",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.5",
"vuex": "^3.0.1",
"webpack": "^4.27.1",
"webpack-cleanup-plugin": "^0.5.1"
},
"devDependencies": {
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webpack-cli": "^3.1.2"
},
"scripts": {
"build:local": "webpack",
"build": "NODE_ENV='production' webpack -p",
"build:local:watch": "webpack --watch"
},
"author": "",
"license": "ISC"
}