-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
33 lines (33 loc) · 1.01 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
{
"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",
"extract-text-webpack-plugin": "^3.0.2",
"vue": "^2.5.5",
"vue-loader": "^13.5.0",
"vue-resource": "^1.3.4",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.5",
"vuex": "^3.0.1",
"webpack": "^3.8.1",
"webpack-cleanup-plugin": "^0.5.1"
},
"devDependencies": {},
"scripts": {
"build:local": "webpack",
"build": "NODE_ENV='production' webpack -p",
"build:local:watch": "webpack --watch"
},
"author": "",
"license": "ISC"
}