forked from wp-erp/wp-erp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.26 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "wp-erp",
"version": "1.5.14",
"description": "An open-source ERP (Enterprise Resource Planning) solution for WordPress",
"author": "Tareq Hasan",
"license": "GPL",
"private": true,
"babel": {
"presets": [
"@wordpress/default"
]
},
"scripts": {
"dev": "cross-env WEBPACK_ENV=development webpack --progress --colors --watch --hide-modules",
"dev-build": "cross-env WEBPACK_ENV=development webpack",
"build": "cross-env WEBPACK_ENV=production webpack",
"makepot": "wpvuei18n makepot",
"lint": "eslint --config eslintrc.js --ext .js,.vue .",
"lint-fix": "npm run lint -- --fix"
},
"dependencies": {
"@riophae/vue-treeselect": "0.0.38",
"@wordpress/hooks": "^2.6.0",
"accounting": "^0.4.1",
"axios": "^0.19.0",
"popper.js": "^1.16.0",
"v-calendar": "^0.9.7",
"vue": "^2.6.11",
"vue-clipboards": "^1.3.0",
"vue-input-tag": "^2.0.5",
"vue-loading-overlay": "^3.2.0",
"vue-multiselect": "^2.1.4",
"vue-router": "^3.1.3",
"vue-sweetalert2": "^1.5.9",
"vuelidate": "^0.7.4",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-do-expressions": "^7.7.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-proposal-export-namespace-from": "^7.7.4",
"@babel/plugin-proposal-function-bind": "^7.7.4",
"@babel/plugin-proposal-function-sent": "^7.7.4",
"@babel/plugin-proposal-json-strings": "^7.7.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-proposal-pipeline-operator": "^7.7.7",
"@babel/plugin-proposal-throw-expressions": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-import-meta": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@babel/runtime-corejs2": "^7.7.7",
"@wordpress/babel-plugin-makepot": "^2.1.2",
"@wordpress/babel-preset-default": "^3.0.1",
"@wordpress/i18n": "^3.7.0",
"assets-webpack-plugin": "^3.9.10",
"autoprefixer": "^7.1.2",
"babel-loader": "^8.0.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.0.1",
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.2.1",
"css-loader": "^0.28.8",
"eslint": "^5.16.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"friendly-errors-webpack-plugin": "^1.6.1",
"grunt": "^1.0.4",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "^1.6.0",
"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-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-run": "^0.8.1",
"grunt-text-replace": "^0.4.0",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"node-notifier": "^5.4.3",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"portfinder": "^1.0.25",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"rimraf": "^2.7.1",
"sass-loader": "^7.3.1",
"semver": "^5.7.1",
"shelljs": "^0.7.6",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.5.8",
"vue-loader": "^13.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2",
"wp-vue-i18n": "^1.1.4"
}
}