-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
101 lines (101 loc) · 2.94 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
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "WooGool",
"version": "1.9.0",
"description": "WooCommerce to Google Merchange Center",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "webpack --progress --colors --watch",
"build": "cross-env NODE_ENV=production webpack --progress --colors ",
"release": "webpack --progress --colors gurnt zip",
"makepot": "wpvuei18n makepot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weDevsOfficial/wp-project-manager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/weDevsOfficial/wp-project-manager/issues"
},
"homepage": "https://github.com/weDevsOfficial/wp-project-manager#readme",
"devDependencies": {
"ajv": "^5.2.2",
"ajv-keywords": "^2.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cli": "^1.0.1",
"coffee-loader": "^0.8.0",
"coffeescript": "^1.12.7",
"cross-env": "^5.2.0",
"css-loader": "^0.28.7",
"due": "0.0.18",
"es6-promise": "^4.2.4",
"eslint": "^4.5.0",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-run": "^0.8.0",
"grunt-ssh": "^0.12.9",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.2",
"jed": "^1.1.1",
"less": "^3.7.1",
"less-loader": "^4.1.0",
"node-sass": "^4.9.2",
"npm": "^6.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"partialify": "^3.1.6",
"promise-polyfill": "^6.0.2",
"pug": "^2.0.0-rc.3",
"react": "^15.6.1",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"shx": "^0.2.2",
"style-loader": "^0.19.1",
"uglify-js": "^3.4.4",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^1.1.2",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.2",
"watch": "^1.0.2",
"webpack": "^3.12.0",
"wp-vue-i18n": "^1.1.3"
},
"dependencies": {
"babel-preset-stage-2": "^6.24.1",
"chart.js": "^2.7.1",
"fullcalendar": "3.6.2",
"jquery-timepicker": "^1.3.3",
"moment": "^2.19.1",
"moment-timezone": "^0.5.13",
"nprogress": "^0.2.0",
"popper.js": "^1.14.4",
"toastr": "^2.1.2",
"v-autocomplete": "^1.8.2",
"vue": "^2.5.2",
"vue-color": "^2.4.5",
"vue-multiselect": "^2.0.3",
"vue-router": "^3.0.1",
"vuex": "^3.0.0"
}
}