mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-02 22:17:18 +01:00
23 lines
523 B
JSON
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"
|
|
}
|