-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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": "vizor",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@botpoison/browser": "^0.1.30",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@headlessui/vue": "^1.4.2",
"axios": "^0.26.0",
"crypto-js": "^4.1.1",
"daisyui": "^2.1.0",
"dotenv": "^16.0.0",
"firebase": "^9.1.2",
"nanoid": "^3.3.1",
"particles.vue3": "^1.43.1",
"pinia": "^2.0.11",
"pinia-plugin-persistedstate": "^1.2.2",
"vue": "^3.2.16",
"vue-color-input": "^1.0.6",
"vue-router": "4",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.10.2",
"autoprefixer": "^10.4.2",
"hyperdocs-cli": "^0.0.5",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13",
"vite": "^2.7.1"
}
}