12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "private": true,
- "dependencies": {
- "@radix-ui/colors": "^0.1.8",
- "@radix-ui/react-icons": "^1.3.0",
- "@radix-ui/react-popover": "^1.0.6",
- "@radix-ui/react-select": "^1.2.2",
- "@radix-ui/react-tabs": "^1.0.4",
- "@radix-ui/react-toast": "^1.1.4",
- "antd": "^5.5.2",
- "classnames": "^2.3.2",
- "i18next": "^23.2.3",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-i18next": "^13.0.1",
- "react-modal": "^3.16.1",
- "react-router-dom": "^6.11.2",
- "react-scripts": "^5.0.1",
- "react-scroll": "^1.8.9",
- "react-use": "^17.4.0",
- "tailwindcss": "^3.3.2",
- "tailwindcss-animation-delay": "^1.0.7"
- },
- "scripts": {
- "start": "cross-env NODE_ENV=development react-scripts start",
- "build": "cross-env NODE_ENV=production react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "prettier": "npx prettier --write **/*.jsx"
- },
- "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"
- ]
- },
- "devDependencies": {
- "@faker-js/faker": "^8.0.2",
- "cross-env": "^7.0.3",
- "eslint": "^8.43.0",
- "eslint-plugin-i18next": "^6.0.3",
- "eslint-plugin-react": "^7.32.2",
- "i18next-scanner": "^4.2.0",
- "prettier": "^2.8.8"
- }
- }
|