-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 3.16 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "vuew-theme",
"description": "A Vue.js Webpack Wordpress project",
"version": "0.0.1",
"author": "Jared Rethman <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env VUEW_DEBUG=normal NODE_ENV=dev webpack-dev-server --mode development --config webpack/webpack.config.dev.js --hot",
"dev:v": "cross-env VUEW_DEBUG=verbose NODE_ENV=dev webpack-dev-server --mode development --config webpack/webpack.config.dev.js --hot",
"build": "cross-env VUEW_DEBUG=none NODE_ENV=build webpack --mode production --config webpack/webpack.config.prod.js"
},
"dependencies": {
"axios": "^0.16.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"uikit": "^3.0.0-beta.42",
"vue": "^2.5.9",
"vue-router": "^3.0.1",
"vuex": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.4.3",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0-beta.51",
"@babel/register": "^7.0.0",
"@brightcove/player-loader-webpack-plugin": "^1.1.0",
"@vue/test-utils": "^1.0.0-beta.25",
"@wordpress/components": "^7.3.1",
"autoprefixer": "^9.5.1",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0-beta.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^4.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.10.0",
"expect": "^24.7.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"glob-all": "^3.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-beta.2",
"jsdom": "^12.2.0",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^0.4.1",
"mocha": "^5.2.0",
"mocha-bamboo-reporter": "*",
"mocha-webpack": "^2.0.0-beta.0",
"mutationobserver-shim": "^0.3.2",
"nodeunit": "~0.8",
"npm-cli-login": "^0.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-loader": "^2.1.6",
"prettier": "^1.16.4",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"purgecss-webpack-plugin": "^1.0.3",
"style-loader": "^0.22.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"vue": "^2.5.17",
"vue-custom-element": "^3.2.5",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "~4.28.4",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.1.3",
"webpack-node-externals": "^1.7.2"
}
}