UNPKG

remx

Version:
39 lines (38 loc) 694 B
{ "name": "to-do-example", "version": "0.1.0", "private": true, "dependencies": { "bootstrap": "^4.5.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "4.0.1", "remx": "^4.0.0-rc.0", "web-vitals": "^0.2.4", "yarn": "^1.22.10" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }