-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.08 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
{
"name": "synth",
"author": "Michael Shields",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"preview": "vite preview",
"coverage": "vitest run --coverage"
},
"dependencies": {
"d3-scale": "^4.0.2",
"pubsub-js": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tone": "^14.7.77",
"web-audio-test-api": "^0.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/d3": "^7.4.0",
"@types/d3-scale": "^4.0.3",
"@types/jsdom": "^20.0.1",
"@types/pubsub-js": "^1.8.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/webmidi": "^2.0.6",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.29.2",
"@vitest/coverage-istanbul": "^0.29.2",
"jsdom": "^21.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vitest": "^0.29.0",
"web-midi-test": "^1.2.3"
}
}