-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.47 KB
/
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
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
{
"name": "musicalsight",
"homepage": "https://timtam.github.io/musicalsight",
"version": "0.1.0",
"type": "module",
"private": true,
"dependencies": {
"@tonaljs/tonal": "^4.6.5",
"@tonejs/piano": "^0.2.1",
"@types/node": "^20.10.5",
"@types/react": "^18.0.21",
"@types/react-bootstrap": "^0.32.35",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.6",
"@types/react-router-bootstrap": "^0.26.6",
"boolify-string": "^2.0.2",
"bootstrap": "^5.2.2",
"class-transformer": "^0.5.1",
"deep-equal": "^2.2.0",
"filesize": "^10.0.6",
"fuse.js": "^7.0.0",
"i": "^0.3.7",
"natsort": "^2.0.3",
"npm": "^10.3.0",
"ordinal": "^1.0.3",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^4.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-markdown": "^9.0.1",
"react-player": "^2.11.0",
"react-router": "^6.8.0",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.8.0",
"reflect-metadata": "^0.2.1",
"slugify": "^1.6.5",
"title-case": "^4.2.0",
"tone": "^14.9.17",
"ts-dedent": "^2.2.0",
"typescript": "^5.3.3",
"webmidi": "^2.5.3"
},
"scripts": {
"start": "vite",
"prestart": "npx tsx --tsconfig ./tsconfig.scripts.json scripts/build-catalog.ts",
"build": "vite build",
"prebuild": "npx tsx --tsconfig ./tsconfig.scripts.json scripts/build-catalog.ts",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/boolify-string": "^0.0.32",
"@types/deep-equal": "^1.0.1",
"@vitejs/plugin-react": "^4.2.1",
"toml": "^3.0.0",
"tsx": "^4.7.0",
"vite": "^5.0.11",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.1.2"
}
}