UNPKG

palletwar

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

49 lines (48 loc) 1.18 kB
{ "name": "palletwar", "version": "0.1.0", "private": false, "dependencies": { "react": "^16.10.2", "react-dom": "^16.10.2", "react-scripts": "3.2.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "deploy": "aws s3 sync build/ s3://palletwar --acl public-read", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).", "main": "index.js", "devDependencies": {}, "repository": { "type": "git", "url": "git+ssh://git@github.com/Doppel40/PalletWarFront.git" }, "keywords": [ "FRONT" ], "author": "David", "license": "ISC", "bugs": { "url": "https://github.com/Doppel40/PalletWarFront/issues" }, "homepage": "https://github.com/Doppel40/PalletWarFront#readme" }