Created
October 18, 2020 22:12
-
-
Save ricomadiko/2f56c27f781b2ea3dacaaaf64304b622 to your computer and use it in GitHub Desktop.
Cutting edge react playground
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "playground", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "framer-motion": "^2.9.1", | |
| "react": "next", | |
| "react-dom": "next", | |
| "react-router": "next", | |
| "react-router-dom": "next", | |
| "styled-components": "^5.2.0" | |
| }, | |
| "devDependencies": { | |
| "@fullhuman/postcss-purgecss": "^3.0.0", | |
| "@testing-library/jest-dom": "^5.11.4", | |
| "@testing-library/react": "^11.1.0", | |
| "@testing-library/user-event": "^12.1.8", | |
| "autoprefixer": "^10.0.1", | |
| "npm-run-all": "^4.1.5", | |
| "postcss-cli": "^8.1.0", | |
| "postcss": "8.1.1", | |
| "cssnano": "4.1.10", | |
| "prettier": "^2.1.2", | |
| "react-scripts": "next", | |
| "tailwindcss": "^1.9.4" | |
| }, | |
| "scripts": { | |
| "build:css": "postcss src/assets/tailwind.css -o src/assets/styles.css", | |
| "watch:css": "postcss src/assets/tailwind.css -o src/assets/styles.css", | |
| "start": "npm run watch:css & react-scripts start", | |
| "build": "npm run build:css react-scripts build", | |
| "test": "react-scripts test", | |
| "eject": "react-scripts eject" | |
| }, | |
| "eslintConfig": { | |
| "extends": [ | |
| "react-app", | |
| "react-app/jest" | |
| ], | |
| "rules": { | |
| "react/jsx-uses-react": "off", | |
| "react/react-in-jsx-scope": "off" | |
| } | |
| }, | |
| "browserslist": { | |
| "production": [ | |
| ">0.2%", | |
| "not dead", | |
| "not op_mini all" | |
| ], | |
| "development": [ | |
| "last 1 chrome version", | |
| "last 1 firefox version", | |
| "last 1 safari version" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment