forked from justboil/admin-one-vue-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.45 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.45 KB
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
42
43
44
45
46
47
48
49
50
{
"name": "sinaq",
"version": "3.3.0",
"scripts": {
"dev": "doppler run --config dev -- vite",
"build:staging": "doppler run --config staging -- vite build",
"build:prod": "doppler run --config prd -- vite build",
"build": "doppler run --config dev -- vite build",
"preview": "doppler run --config production -- vite preview"
},
"dependencies": {
"@azure/msal-browser": "^3.28.0",
"@formkit/themes": "^1.6.9",
"@formkit/vue": "^1.6.9",
"@mdi/js": "^7.0.96",
"@primevue/themes": "^4.2.5",
"@supabase/supabase-js": "^2.47.2",
"@tsparticles/confetti": "^3.8.1",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueform/vueform": "^1.11.1",
"axios": "^1.5.0",
"chart.js": "^4.4.0",
"date-fns": "^4.1.0",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"leaflet": "^1.9.4",
"numeral": "^2.0.6",
"pinia": "^2.1.6",
"primevue": "^4.2.5",
"tailwindcss-primeui": "^0.3.4",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tailwindcss/forms": "^0.5.6",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.30",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9",
"vite-plugin-pwa": "^1.2.0"
}
}