-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 899 Bytes
/
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
{
"name": "chordal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@testing-library/user-event": "^14.4.3",
"@tonaljs/chord-detect": "^4.6.5",
"@tonaljs/tonal": "^4.6.5",
"next": "12.1.6",
"package-lock.json": "^1.0.0",
"package.json": "^2.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"reactronica": "^0.7.0",
"sass": "^1.52.2",
"tone": "^14.7.77"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"jest": "^29.0.2",
"jest-environment-jsdom": "^29.0.2",
"typescript": "^5.2.2"
}
}