forked from sightread/sightread
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) 路 2.34 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) 路 2.34 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@sightread/app",
"version": "0.8.1",
"private": true,
"type": "module",
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@react-router/dev": "7.11.0",
"@tailwindcss/postcss": "4.1.18",
"@tailwindcss/vite": "4.1.18",
"@types/bun": "1.3.5",
"@types/fluent-ffmpeg": "2.1.28",
"@types/jest": "30.0.0",
"@types/node": "25.0.3",
"@types/prettier": "3.0.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/resize-observer-browser": "0.1.11",
"@types/wicg-file-system-access": "2023.10.7",
"eslint": "9.39.2",
"fluent-ffmpeg": "2.1.3",
"jsdom": "27.4.0",
"postcss": "8.5.6",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "0.7.2",
"sharp": "0.34.5",
"skia-canvas": "3.0.8",
"swr": "2.3.8",
"tailwindcss": "4.1.18",
"typescript": "5.9.3",
"vite": "7.3.0",
"vite-plugin-devtools-json": "1.0.0",
"vite-tsconfig-paths": "6.0.3"
},
"dependencies": {
"@radix-ui/react-slider": "1.3.6",
"@radix-ui/react-toast": "1.2.15",
"@radix-ui/react-tooltip": "1.2.8",
"@react-router/node": "7.11.0",
"@react-router/serve": "7.11.0",
"@tonejs/midi": "2.0.28",
"clsx": "2.1.1",
"idb-keyval": "6.2.2",
"isbot": "5",
"jotai": "2.16.1",
"lucide-react": "0.562.0",
"opensheetmusicdisplay": "^1.9.7",
"react": "19.2.3",
"react-aria-components": "1.12.1",
"react-dom": "19.2.3",
"react-router": "7.11.0",
"react-router-dom": "7.11.0",
"tailwind-merge": "3.4.0",
"tailwind-variants": "3.1.1",
"tailwindcss-animate": "1.0.7",
"tailwindcss-react-aria-components": "1.1.2",
"wasm-media-encoders": "0.7.0"
},
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"preview": "vite preview --port 8080",
"check-types": "react-router typegen && tsc",
"check-fmt": "prettier --check '**/*.{ts,tsx}'",
"fmt": "prettier --write '**/*.{ts,tsx}'",
"render": "bun scripts/render.ts",
"test": "bun test",
"test:watch": "bun test --watch"
},
"browserslist": {
"production": [
">1%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"trustedDependencies": [
"skia-canvas"
]
}