mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
89 lines
2.2 KiB
JSON
89 lines
2.2 KiB
JSON
{
|
|
"name": "rowy",
|
|
"version": "3.0.0-alpha.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mdi/js": "^6.6.96",
|
|
"@mui/icons-material": "^5.6.0",
|
|
"@mui/lab": "^5.0.0-alpha.76",
|
|
"@mui/material": "^5.6.0",
|
|
"@mui/styles": "^5.6.0",
|
|
"date-fns": "^2.28.0",
|
|
"dompurify": "^2.3.6",
|
|
"firebase": "^9.6.10",
|
|
"firebaseui": "^6.0.1",
|
|
"jotai": "^1.6.2",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.0.0",
|
|
"react-data-grid": "7.0.0-beta.5",
|
|
"react-dom": "^18.0.0",
|
|
"react-firebaseui": "^6.0.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "^5.0.0",
|
|
"reactfire": "^4.2.1",
|
|
"typescript": "^4.6.3",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env PORT=7699 craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"eject": "craco eject",
|
|
"prepare": "husky install",
|
|
"env": "node createDotEnv",
|
|
"target": "firebase target:apply hosting rowy",
|
|
"deploy": "firebase deploy"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest",
|
|
"prettier"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@craco/craco": "^6.4.3",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.0.0",
|
|
"@testing-library/user-event": "^14.0.4",
|
|
"@types/dompurify": "^2.3.3",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/lodash": "^4.14.181",
|
|
"@types/node": "^17.0.23",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@typescript-eslint/parser": "^5.18.0",
|
|
"craco-alias": "^3.0.1",
|
|
"craco-swc": "^0.5.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-react-app": "^7.0.0",
|
|
"husky": ">=7.0.4",
|
|
"lint-staged": ">=12.3.7",
|
|
"prettier": "^2.6.2"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts,tsx}": "eslint --cache --fix",
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
}
|
|
}
|