-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "handpan-sequencer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --hot --mode development",
"build": "webpack"
},
"author": "Spen",
"license": "ISC",
"dependencies": {
"@tonaljs/chord": "^3.3.0",
"@tonaljs/chord-dictionary": "^3.3.0",
"@tonaljs/interval": "^3.2.3",
"@tonaljs/note": "^3.2.4",
"@tonaljs/scale": "^3.2.3",
"@tonaljs/tonal": "^3.2.2",
"@types/node": "^12.0.0",
"@types/react": "^16.8.15",
"@types/react-dom": "^16.8.4",
"@types/styled-components": "^4.1.22",
"grommet": "^2.14.0",
"lodash": "^4.17.15",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^3.9.0",
"react-modal": "^3.11.2",
"react-router-dom": "^5.1.2",
"react-youtube": "^7.11.2",
"reset-css": "^5.0.1",
"styled-components": "^4.4.1",
"tone": "^14.5.35",
"typescript": "^3.7.5"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-typescript": "^7.7.7",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"css-loader": "^3.2.0",
"prettier": "^2.0.5",
"ts-loader": "^5.4.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.10.1"
}
}