-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 983 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
{
"name": "blahaj",
"version": "1.5.2",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.13",
"svelte": "^4.2.7",
"tailwindcss": "^3.3.6",
"vite": "^5.1.7"
},
"type": "module",
"dependencies": {
"@fontsource-variable/nunito": "^5.0.19",
"audiomotion-analyzer": "^4.4.0",
"realtime-bpm-analyzer": "^4.0.2",
"screenfull": "^6.0.2",
"three": "^0.162.0",
"web-streams-polyfill": "^4.0.0",
"ytdl-core": "^4.11.5"
}
}