-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
58 lines (58 loc) · 1.83 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
{
"name": "wp-rss-aggregator",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack --watch",
"build": "cross-env NODE_ENV=production webpack -p"
},
"devDependencies": {
"@rebelcode/ui-framework": "^0.2.2",
"babel-core": "^6.26.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-jsx-event-modifiers": "^2.0.5",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-amd-to-commonjs": "^1.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"bottlejs": "^1.7.2",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"fast-deep-equal": "^2.0.1",
"fast-sass-loader": "^1.4.6",
"imports-loader": "^0.8.0",
"node-sass": "^8.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.23.0",
"vue": "^2.5.17",
"vue-loader": "^15.4.2",
"vue-slicksort": "^1.1.1",
"vue-template-compiler": "^2.5.17",
"vue-template-compiler-loader": "^1.0.4",
"vue-tippy": "^2.1.2",
"vue-toasted": "^1.1.26",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^3.0.2"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"@rebelcode/vue-wp-list-table": "1.1.4",
"vuex": "^3.1.0",
"whatwg-fetch": "^3.0.0"
}
}