| { | |
| "name": "discord-react-clone", | |
| "version": "0.1.0", | |
| "private": true, | |
| "homepage": "https://rafaelalmeidatk.github.io/discord-react-clone", | |
| "dependencies": { | |
| "normalize.css": "^8.0.1", | |
| "react": "^16.8.1", | |
| "react-dom": "^16.8.1", | |
| "react-scripts": "2.1.3", | |
| "styled-components": "^4.1.3" | |
| }, | |
| "scripts": { | |
| "start": "react-scripts start", | |
| "build": "react-scripts build", | |
| "test": "react-scripts test", | |
| "eject": "react-scripts eject", | |
| "predeploy": "npm run build", | |
| "deploy": "gh-pages -d build" | |
| }, | |
| "eslintConfig": { | |
| "extends": "react-app" | |
| }, | |
| "browserslist": [ | |
| ">0.2%", | |
| "not dead", | |
| "not ie <= 11", | |
| "not op_mini all" | |
| ], | |
| "devDependencies": { | |
| "gh-pages": "^2.0.1" | |
| } | |
| } | |