-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 949 Bytes
/
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
{
"private": true,
"name": "@awethemes/vn-shipping",
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production"
},
"dependencies": {
"@woocommerce/number": "^2.1.1",
"@wordpress/api-fetch": "^5.2.1",
"@wordpress/autop": "^3.2.1",
"@wordpress/date": "^4.2.1",
"@wordpress/hooks": "^3.2.0",
"@wordpress/i18n": "^4.2.1",
"@wordpress/url": "^3.2.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"sweetalert2": "^11.1.2",
"vue": "^3.1.5"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.1.5",
"@wordpress/dependency-extraction-webpack-plugin": "^3.2.1",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.27",
"postcss": "^8.3.6",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"vue-loader": "^16.5.0"
}
}