-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "template-business-1",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@formkit/auto-animate": "^0.7.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vueuse/core": "^10.2.1",
"@vueuse/motion": "^2.0.0-beta.12",
"axios": "^0.27.0",
"flowbite": "^1.6.5",
"jwt-decode": "^3.1.2",
"pinia": "^2.1.3",
"pinia-plugin-persistedstate": "^3.1.0",
"preline": "^1.8.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-sweetalert2": "^5.0.5",
"vue-toastification": "^2.0.0-rc.5",
"vue3-cookies": "^1.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"vite": "^4.3.2"
}
}