forked from colinmorris/SongSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 810 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
{
"name": "songsim",
"version": "0.1.0",
"homepage": "https://colinmorris.github.io/SongSim/",
"private": true,
"devDependencies": {
"react-scripts": "0.9.0"
},
"dependencies": {
"bootstrap": "^3.3.7",
"clipboard": "^1.6.1",
"detect-browser": "^1.6.2",
"file-saver": "^1.3.3",
"firebase": "^3.6.10",
"gh-pages": "^0.12.0",
"hsluv": "0.0.1",
"jszip": "^3.1.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-image-lightbox": "^3.4.2",
"react-resizable": "^1.6.0",
"react-router": "^3.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}