-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.79 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.79 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "waves-fm-svelte",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite dev",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"remove-links": "node scripts/remove-links.js",
"remove-links:custom": "node scripts/remove-links.js"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.5",
"@internationalized/date": "^3.8.1",
"@lucide/svelte": "^0.511.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@svelteness/kit-docs": "^1.1.5",
"@tailwindcss/vite": "^4.1.8",
"@types/eslint": "^9.6.0",
"autoprefixer": "^10.4.16",
"bits-ui": "^2.4.1",
"clsx": "^2.1.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"shiki": "^3.6.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwind-merge": "^3.3.0",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.8",
"tw-animate-css": "^1.3.3",
"typescript": "^5.0.0",
"unplugin-icons": "^22.1.0",
"vite": "^5.0.3"
},
"dependencies": {
"@firecms/neat": "^0.3.0",
"@tailwindcss/upgrade": "^4.1.8",
"class-variance-authority": "^0.7.1",
"colorthief": "^2.6.0",
"lastfm-ts-api": "^2.1.0",
"lucide-svelte": "^0.469.0",
"simplex-noise": "^4.0.3",
"three.js": "^0.77.1",
"waves-fm-svelte": "file:",
"zod": "^3.24.1"
},
"type": "module"
}