24 lines
640 B
JSON
24 lines
640 B
JSON
{
|
|
"name": "public",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"material-design-icons": "^3.0.1",
|
|
"react": "^16.3.2",
|
|
"react-dom": "^16.3.2",
|
|
"react-draggable": "^3.0.5",
|
|
"react-helmet": "^5.2.0",
|
|
"react-router": "^4.2.0",
|
|
"react-router-dom": "^4.2.2",
|
|
"react-scripts": "1.1.4",
|
|
"react-transform-catch-errors": "^1.0.2",
|
|
"redbox-react": "^1.6.0",
|
|
"startaudiocontext": "^1.2.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "NODE_ENV=production react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|