-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "poweruse",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && cp public/.vite/manifest.json public/manifest.json",
"build-dev": "vite build --mode=development"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.9",
"@vitejs/plugin-vue": "^5.1.4",
"alpinejs": "^3.14.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.21",
"postcss": "^8.4.47",
"sass": "1.77.6",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5"
},
"dependencies": {
"@fontsource/nunito": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@jridgewell/sourcemap-codec": "^1.5.0",
"@rollup/plugin-terser": "^0.4.4",
"chart.js": "^4.4.4",
"flatpickr": "^4.6.13",
"jquery": "^3.7.1",
"laravel-vue-i18n": "^2.7.7",
"sweetalert2": "^11.14.2",
"vform": "^2.1.2",
"vuejs-paginate-next": "^1.0.2",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-window": "^7.1.0"
},
"type": "module"
}