-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 852 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
{
"name": "react-midi-player",
"version": "1.0.0",
"license": "UNLICENSED",
"scripts": {
"postinstall": "cp -v patch/Server.js node_modules/parcel-bundler/src/",
"start": "cp -r assets/* dist && parcel index.html",
"deploy": "mkdir -p prod && cp -r assets/* prod && parcel build -d prod --public-url ./ index.html && firebase deploy"
},
"standard": {
"globals": [
"FileReader",
"localStorage",
"fetch"
]
},
"dependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"firebase-tools": "^3.16.0",
"hackmidi": "^0.0.2",
"parcel-bundler": "^1.4.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-rangeslider": "^2.2.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.2",
"standard": "^10.0.3",
"vmd": "^1.33.0"
}
}