forked from getdokan/dokan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.17 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
{
"name": "dokan",
"version": "3.2.4",
"description": "A WordPress marketplace plugin",
"author": "weDevs",
"license": "GPL",
"private": true,
"scripts": {
"dev": "WEBPACK_ENV=development webpack --progress --colors --watch --hide-modules",
"dev:build": "WEBPACK_ENV=development webpack --progress --colors --hide-modules",
"build": "WEBPACK_ENV=production webpack",
"makepot": "wpvuei18n makepot",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"dependencies": {
"@wordpress/hooks": "^2.12.0",
"debounce": "^1.2.1",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-content-loading": "^1.6.0",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-router": "^3.5.1",
"vue-sweetalert2": "^1.6.4",
"vue-wp-list-table": "^1.3.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@wordpress/babel-preset-default": "^4.20.0",
"assets-webpack-plugin": "^3.9.12",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-uglify": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-phplint": "^0.1.0",
"grunt-run": "^0.8.0",
"grunt-ssh": "^0.12.9",
"grunt-wp-readme-to-markdown": "^2.0.1",
"grunt-wpvue-i18n": "^1.0.0",
"jed": "^1.1.1",
"less": "^3.13.1",
"less-loader": "^4.1.0",
"optimize-css-assets-webpack-plugin": "^3.2.1",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.2",
"vue-color": "^2.8.1",
"vue-loader": "^13.7.3",
"vue-slick": "^1.1.16",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.6.12",
"webpack": "^3.12.0",
"wp-vue-i18n": "^1.1.4"
}
}