Files
pdfer/client/package.json
2018-02-03 00:23:59 +01:00

23 lines
523 B
JSON

{
"name": "pdfer-client",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "1.1.0"
},
"dependencies": {
"react": "^15.6.2",
"react-collapsible": "^1.5.0",
"react-dom": "^15.6.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"version": "npm run build && git add build"
},
"proxy": "http://localhost:5000",
"homepage": "http://pi"
}