forked from ScienceOfReading/sor-quiz-vite
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
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
{
"name": "sor-quiz-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@lottiefiles/lottie-player": "^2.0.12",
"@vercel/analytics": "^1.4.1",
"@vitejs/plugin-vue": "^5.2.1",
"amqplib": "^0.10.5",
"dompurify": "^3.2.4",
"firebase": "^11.2.0",
"pinia": "^3.0.1",
"tailwindcss": "^3.4.17",
"vercel": "^41.4.1",
"vue": "^3.5.13",
"vue-json-pretty": "^2.4.0",
"vue-lite-youtube-embed": "^1.2.4",
"vue-router": "^4.5.0",
"vue3-lottie": "^3.3.1",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"vite": "^6.0.11"
}
}