mirror of
https://github.com/amark/gun.git
synced 2025-05-28 09:46:51 +00:00
23 lines
514 B
JSON
23 lines
514 B
JSON
{
|
|
"name": "gun-react-examples",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"gun": "file:../..",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"express": "^4.15.2",
|
|
"express-http-proxy": "^0.11.0",
|
|
"react-scripts": "0.9.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"server": "PORT=8081 node ./server.js"
|
|
}
|
|
}
|