-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 956 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "mix watch"
},
"devDependencies": {
"@popperjs/core": "^2.10.2",
"@vitejs/plugin-vue": "^3.0.1",
"axios": "^0.25",
"bootstrap": "^5.1.3",
"laravel-vite-plugin": "^0.5.2",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"vite": "^3.0.4",
"vue": "^3.2.36",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@vuelidate/core": "^2.0.0-alpha.43",
"@vuelidate/validators": "^2.0.0-alpha.31",
"dotenv": "^16.0.1",
"noty": "^3.2.0-beta-deprecated",
"npm-watch": "^0.11.0",
"process": "^0.11.10",
"sweetalert2": "^11.4.17",
"vue-router": "^4.0.15"
}
}