-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "scales",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"dependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tombatossals/chords-db": "github:tombatossals/chords-db",
"d3": "^7.3.0",
"d3-scale-chromatic": "^3.0.0",
"howler": "^2.2.1",
"svelte": "^5.45.8",
"svelte-select": "^5.8.3",
"svguitar": "^2.5.0",
"tonal": "^6.4.2"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.49.2",
"@tailwindcss/postcss": "^4.1.18",
"@vitest/ui": "^4.0.16",
"autoprefixer": "^10.4.22",
"jsdom": "^27.3.0",
"nanoid": ">=3.1.31",
"playwright": "^1.49.1",
"postcss": "^8.5.6",
"prettier": "^2.2.1",
"tailwindcss": "^4.1.18",
"vite": "^6.0.11",
"vitest": "^4.0.16"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"author": "Justin Palmer"
}