{ "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.12.4", "fetch-suspense": "^1.2.2", "framer-motion": "^1.8.4", "i18next": ">=19.3.1", "i18next-browser-languagedetector": "^4.0.2", "i18next-chained-backend": "^2.0.1", "i18next-localstorage-backend": "^3.1.1", "i18next-xhr-backend": "^3.1.2", "isomorphic-unfetch": "^3.0.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.13.0", "react-ga": "^2.7.0", "react-helmet": "^5.2.1", "react-i18next": "11.3.3", "react-icons": "^3.9.0", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "react-scripts": "3.4.0", "react-spinners": "^0.8.0", "react-tippy": "^1.3.4", "styled-components": "^5.0.1" }, "devDependencies": { "@testing-library/jest-dom": "^5.1.1", "@testing-library/react": "^9.4.1", "@types/i18next-node-fs-backend": "^2.1.0", "@types/jest": "^25.1.3", "@types/node": "^13.7.4", "@types/react-helmet": "^5.0.15", "@types/react-router-dom": "^5.1.3", "@types/styled-components": "^5.0.0", "@typescript-eslint/eslint-plugin": "^2.20.0", "@typescript-eslint/parser": "^2.20.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-react": "^7.18.3", "husky": "^4.2.3", "i18next-node-fs-backend": "^2.1.3" }, "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 }