-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "music-quiz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint": "next lint",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"dependencies": {
"@tonaljs/tonal": "^4.6.5",
"abcjs": "^6.0.0-beta.35",
"chart.js": "^4.0.1",
"next": "^13.0.2",
"pitchy": "^4.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0",
"webmidi": "^3.0.20"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.3.0",
"@types/uuid": "^9.0.0",
"canvas": "^2.9.3",
"cross-env": "^7.0.3",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^8.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"standardized-audio-context-mock": "^9.0.0",
"ts-node": "^10.4.0",
"typescript": "^5.0.2",
"web-midi-test": "^1.2.0"
}
}