forked from external-repos/LifeTrinket
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "life-trinket",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"type": "commonjs",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"yarn": "use pnpm",
|
|
"npm": "please use pnpm"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"generate-icons": "npx @svgr/cli src/Icons/svgs",
|
|
"deploy": "bun run build && firebase deploy --only hosting"
|
|
},
|
|
"dependencies": {
|
|
"@mui/icons-material": "^6.4.5",
|
|
"@mui/material": "^6.4.5",
|
|
"firebase": "^10.14.1",
|
|
"ga-4-react": "^0.1.281",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-screen-wake-lock": "^3.0.2",
|
|
"react-swipeable": "^7.0.2",
|
|
"react-timer-hook": "^3.0.8",
|
|
"react-twc": "^1.4.2",
|
|
"semver": "^7.7.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@savvywombat/tailwindcss-grid-areas": "^4.0.0",
|
|
"@svgr/cli": "^8.1.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@types/semver": "^7.5.8",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"firebase-tools": "^13.31.2",
|
|
"install": "^0.13.0",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "2.8.8",
|
|
"prop-types": "^15.8.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^5.4.14",
|
|
"vite-plugin-pwa": "^0.20.5"
|
|
}
|
|
}
|