mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 07:15:48 +00:00
Former-commit-id: 7cd01869ad75859e2863f3b29415f4659baa4993 [formerly a1bb4e210382f271f3879f6185353a3df16f0c4f] [formerly b6f10e66cb359d9173603c43942ec4b394d35468 [formerly e1814ded03b70836556bd1dc13359d0cf2533b9a]] Former-commit-id: 63158eea04af27847110d22723f76ceec180839b [formerly a3ef9a8a55a6f129418a3ed3ba65c001a56a49aa] Former-commit-id: fd0c12f7c6c272bb5b8005455216f470452781e4
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"name": "personal-management-system",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-javascript": "^6.2.1",
|
|
"@headlessui/react": "^1.7.17",
|
|
"@iconify/collections": "^1.0.375",
|
|
"@iconify/react": "^4.1.1",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/react-custom-scrollbars": "^4.0.12",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"@uiw/codemirror-theme-atomone": "^4.21.21",
|
|
"@uiw/codemirror-theme-material": "^4.21.21",
|
|
"@uiw/codemirror-theme-nord": "^4.21.21",
|
|
"@uiw/react-codemirror": "^4.21.21",
|
|
"@uiw/react-color": "^2.0.5",
|
|
"autoprefixer": "^10.4.16",
|
|
"axios": "^1.6.7",
|
|
"chart.js": "^4.4.0",
|
|
"cors": "^2.8.5",
|
|
"daisyui": "^4.4.14",
|
|
"eslint-plugin-tailwindcss": "^3.13.0",
|
|
"express": "^4.18.2",
|
|
"moment": "^2.30.1",
|
|
"pocketbase": "^0.19.0",
|
|
"postcss": "^8.4.31",
|
|
"react": "^18.2.0",
|
|
"react-activity-calendar": "^2.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-color": "^2.19.3",
|
|
"react-columns": "^1.2.1",
|
|
"react-custom-scrollbars-2": "^4.5.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-helmet": "^6.1.0",
|
|
"react-medium-image-zoom": "^5.1.9",
|
|
"react-router": "^6.20.0",
|
|
"react-router-dom": "^6.20.0",
|
|
"react-toastify": "^9.1.3",
|
|
"react-tooltip": "^5.24.0",
|
|
"tailwindcss": "^3.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.3.1",
|
|
"@types/": "uidotdev/usehooks",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-color": "^3.0.10",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@types/react-dropzone": "^5.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"eslint": "^8.0.1",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"typescript": "*",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|