-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 2 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
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prod": "cross-env NODE_ENV=production webpack --config wp-content/themes/gpx_new/webpack.config.js && cross-env NODE_ENV=production webpack --config wp-content/plugins/gpxadmin/webpack.config.js",
"theme": "cross-env NODE_ENV=development webpack --config wp-content/themes/gpx_new/webpack.config.js",
"plugin": "cross-env NODE_ENV=development webpack --config wp-content/plugins/gpxadmin/webpack.config.js",
"gulp": "cross-env NODE_ENV=development gulp --gulpfile wp-content/plugins/gpxadmin/dashboard/gulpfile.js"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@vueuse/core": "^10.11.0",
"babel-loader": "^9.1.3",
"card-validator": "^8.1.1",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.37.1",
"cross-env": "^7.0.3",
"css-loader": "^6.11.0",
"date-fns": "^3.6.0",
"email-validator": "^2.0.4",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.0",
"pinia": "^2.1.7",
"postcss": "^8.4.39",
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^9.6.0",
"sass": "^1.77.8",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4",
"terser": "^5.31.2",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"vue": "^3.4.31",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-concat-files-plugin": "^0.5.2",
"webpack-manifest-plugin": "^5.0.0"
},
"packageManager": "pnpm@9.0.6+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617"
}