-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 872 Bytes
/
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
{
"name": "my-vue-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@heroicons/vue": "^2.0.11",
"@supabase/supabase-js": "^1.35.6",
"@vue-hero-icons/outline": "^1.7.2",
"bootstrap": "^5.2.1",
"bootstrap-icons": "^1.9.1",
"iconoir": "^5.3.0",
"pinia": "^2.0.22",
"pinia-plugin-persist": "^1.0.0",
"ress": "^5.0.2",
"vue": "^3.2.37",
"vue-router": "^4.1.5",
"vue3-smooth-dnd": "^0.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"vite": "^3.1.0"
}
}