-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@paypal/paypal-js": "^5.0.2",
"@popperjs/core": "^2.11.2",
"@vueup/vue-quill": "^1.0.0-beta.7",
"@zoomus/websdk": "^2.2.0",
"core-js": "^3.21.0",
"mdb-vue-ui-kit": "^1.9.0",
"roboto-fontface": "*",
"vue": "^3.2.26",
"vue-router": "^4.0.12",
"vue3-loading-overlay": "0.0.0",
"vue3-tel-input": "^1.0.4",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "5.0.0-beta.7",
"@vue/cli-service": "5.0.0-beta.7",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.38.0",
"sass-loader": "^10.0.0",
"vue-loader": "^17.0.0"
}
}