mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
make client own package (using create-react-app)
This commit is contained in:
21
client/package.json
Normal file
21
client/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "pdfer",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"react-scripts": "0.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^15.4.2",
|
||||
"react-collapsible": "^1.3.0",
|
||||
"react-dom": "^15.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"proxy": "http://localhost:5000",
|
||||
"homepage": "http://pi"
|
||||
}
|
||||
Reference in New Issue
Block a user