-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 955 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": "piano",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@emotion/core": "^10.0.22",
"@mdx-js/react": "^1.5.1",
"@theme-ui/components": "^0.2.49",
"@tonaljs/chord": "^3.2.3",
"@tonaljs/chord-dictionary": "^3.2.3",
"@tonaljs/note": "^3.2.4",
"@tonaljs/pcset": "^3.2.3",
"@tonaljs/scale": "^3.2.3",
"@xstate/react": "^0.8.1",
"gatsby": "^2.18.1",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.15",
"lodash": "^4.17.19",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-piano-component": "^0.1.4",
"theme-ui": "^0.2.49",
"webmidi": "^2.5.1",
"xstate": "^4.6.7"
},
"resolutions": {
"**/lodash": "4.17.15"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
}
}