-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 891 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
34
35
{
"name": "speecholympiadxv.github.io",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@sanity/client": "^6.4.6",
"@sanity/image-url": "^1.0.2",
"@vueuse/motion": "^2.0.0",
"aos": "^2.3.4",
"axios": "^1.4.0",
"firebase": "^10.1.0",
"sanity-blocks-vue-component": "^1.0.1",
"vue": "^3.2.37",
"vue-sanity": "^0.12.0",
"vuetify": "^3.3.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"vite": "^3.0.1"
},
"engines": {
"node": ">=16.x"
}
}