{ "name": "@namae/web", "version": "0.1.0", "scripts": { "build": "NODE_ENV=production react-scripts build", "eject": "react-scripts eject", "lint": "eslint . --ext .ts,.tsx --format visualstudio", "now-build": "yarn build", "now-dev": "NODE_ENV=development BROWSER=none react-scripts start", "start": "NODE_ENV=development react-scripts start", "test": "react-scripts test --coverage" }, "dependencies": { "@sentry/browser": "^5.15.5", "easy-peasy": "^3.3.0", "fetch-suspense": "^1.2.2", "framer-motion": "^1.10.3", "i18next": ">=19.4.4", "i18next-browser-languagedetector": "^4.1.1", "i18next-chained-backend": "^2.0.1", "i18next-localstorage-backend": "^3.1.1", "i18next-xhr-backend": "^3.2.2", "isomorphic-unfetch": "^3.0.0", "prop-types": "^15.7.2", "rc-tooltip": "^4.0.3", "react": "^16.13.1", "react-dom": "^16.13.1", "react-ga": "^2.7.0", "react-helmet": "^6.0.0", "react-i18next": "11.4.0", "react-icons": "^3.10.0", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "react-scripts": "3.4.1", "react-spinners": "^0.8.1", "styled-components": "^5.1.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.3.0", "@testing-library/react": "^10.0.2", "@types/i18next-node-fs-backend": "^2.1.0", "@types/jest": "^25.1.4", "@types/node": "^13.9.8", "@types/react-helmet": "^5.0.15", "@types/react-router-dom": "^5.1.3", "@types/styled-components": "^5.0.1", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-react": "^7.19.0", "husky": "^4.2.3", "i18next-node-fs-backend": "^2.1.3", "mutationobserver-shim": "^0.3.5" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "engines": { "node": ">=10.0.0" }, "eslintConfig": { "extends": "react-app" }, "private": true }