forked from shalevy1/Spectrogram-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "react-spectrogram",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "5.6.0",
"node": "8.10.0"
},
"dependencies": {
"merge": "^1.2.1",
"npm": "^6.9.0",
"rc-slider": "^8.6.1",
"react": "^16.8.1",
"react-animation-frame": "^1.0.1",
"react-dev-utils": "^9.0.0",
"react-dom": "^16.8.1",
"react-icons": "^3.6.1",
"react-key-handler": "^1.2.0-beta.3",
"react-rangeslider": "^2.2.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router-transition": "^1.3.0",
"react-scripts": "^1.1.4",
"semantic-ui-css": "^2.3.0",
"semantic-ui-react": "^0.78.3",
"tone": "^13.8.9",
"url-parse": "^1.4.7",
"webmidi": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.2.0"
}
}