-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 996 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 996 Bytes
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@coreui/coreui": "^2.1.16",
"@digitallyhappy/backstrap": "^0.3.2",
"@tailwindcss/forms": "^0.5.2",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.5.1",
"bootstrap": "^5.1.3",
"jquery": "^3.2",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.21",
"sass": "^1.63.6",
"sass-loader": "^8.0.0",
"vite": "^4.0.0",
"vue-loader": "^16.8.3"
},
"dependencies": {
"@sentry/vue": "^7.40.0",
"@vitejs/plugin-vue": "^4.2.4",
"leaflet": "^1.9.4",
"noty": "^3.2.0-beta-deprecated",
"postcss": "^8.4.6",
"qr-scanner": "^1.4.2",
"sweetalert2": "^11.7.12",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0",
"vue": "^3.2.37"
}
}