-
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) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1002 Bytes
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": "anuschkas-ff-timer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@breezystack/lamejs": "^1.2.7",
"@tailwindcss/vite": "^4.1.8",
"@types/howler": "^2.2.12",
"@vueuse/core": "^13.3.0",
"ably": "^2.9.0",
"howler": "^2.2.4",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"posthog-js": "^1.249.2",
"qr-creator": "^1.0.0",
"tailwindcss": "^4.1.8",
"vue": "^3.5.13",
"vue-router": "4"
},
"devDependencies": {
"@iconify-json/iconoir": "^1.2.7",
"@iconify-json/mdi": "^1.2.3",
"@types/lodash": "^4.17.17",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"naive-ui": "^2.41.0",
"typescript": "~5.8.3",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.7.0",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.0",
"vue-tsc": "^2.2.8"
}
}