-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.1 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
42
{
"name": "local-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@agile-ts/core": "^0.2.9",
"@fgneba/vue-modal": "^1.7.5",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.16",
"@material-tailwind/html": "^2.0.0",
"clipboard": "^2.0.11",
"flowbite": "^1.8.1",
"flowbite-vue": "^0.0.17-next.0",
"jenesius-vue-modal": "^1.9.0",
"notiwind": "^2.0.2",
"oh-vue-icons": "^1.0.0-rc3",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-final-modal": "^4.4.5",
"vue-preloader": "^1.1.2",
"vue-sidebar-menu": "^5.2.10",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue3-json-viewer": "^2.2.2",
"vuejs-confirm-dialog": "^0.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-vue-devtools": "^1.0.0-rc.2",
"vue-tsc": "^1.8.5"
}
}