forked from external-repos/LifeTrinket
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "life-trinket",
|
|
"private": true,
|
|
"version": "0.9.8",
|
|
"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": {
|
|
"firebase": "^10.3.0",
|
|
"ga-4-react": "^0.1.281",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-screen-wake-lock": "^3.0.2",
|
|
"react-swipeable": "^7.0.1",
|
|
"react-twc": "^1.3.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@savvywombat/tailwindcss-grid-areas": "^4.0.0",
|
|
"@svgr/cli": "^8.1.0",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"firebase-tools": "^13.7.5",
|
|
"install": "^0.13.0",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "2.8.8",
|
|
"prop-types": "^15.8.1",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.10",
|
|
"vite-plugin-pwa": "^0.20.0"
|
|
}
|
|
}
|