88 lines
2.8 KiB
JSON
88 lines
2.8 KiB
JSON
{
|
|
"name": "donetick",
|
|
"private": true,
|
|
"version": "0.1.96",
|
|
"type": "module",
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "vite --host",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build-selfhosted": "vite build --mode selfhosted",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"release": "npm version patch && npm run build && git push origin develop --tags",
|
|
"merge": "git checkout main && git merge develop && git push origin main && git checkout develop",
|
|
"ionic:build": "npm run build",
|
|
"ionic:serve": "npm run start"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^6.1.1",
|
|
"@capacitor/app": "^6.0.0",
|
|
"@capacitor/cli": "^6.1.1",
|
|
"@capacitor/core": "^6.1.1",
|
|
"@capacitor/device": "^6.0.2",
|
|
"@capacitor/ios": "6.1.1",
|
|
"@capacitor/local-notifications": "^6.0.0",
|
|
"@capacitor/preferences": "^6.0.1",
|
|
"@capacitor/push-notifications": "^6.0.1",
|
|
"@codetrix-studio/capacitor-google-auth": "^3.4.0-rc.4",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.15.2",
|
|
"@mui/joy": "^5.0.0-beta.20",
|
|
"@mui/material": "^5.15.2",
|
|
"@openreplay/tracker": "^14.0.4",
|
|
"@tanstack/react-query": "^5.17.0",
|
|
"aos": "^2.3.4",
|
|
"chrono-node": "^2.7.7",
|
|
"dotenv": "^16.4.5",
|
|
"esm": "^3.2.25",
|
|
"fuse.js": "^7.0.0",
|
|
"js-cookie": "^3.0.5",
|
|
"moment": "^2.30.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-calendar": "^5.1.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-query": "^3.39.3",
|
|
"react-router-dom": "^6.21.1",
|
|
"react-transition-group": "^4.4.5",
|
|
"reactjs-social-login": "^2.6.3",
|
|
"recharts": "^2.15.0",
|
|
"reusify": "^1.0.4",
|
|
"vite-plugin-pwa": "^0.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/assets": "^3.0.5",
|
|
"@tanstack/eslint-plugin-query": "^5.14.6",
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@vite-pwa/assets-generator": "^0.2.4",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.2",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"eslint-plugin-sort-destructure-keys": "^1.5.0",
|
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
"eslint-plugin-tailwindcss": "^3.13.1",
|
|
"husky": "^8.0.3",
|
|
"postcss": "^8.4.32",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-tailwindcss": "^0.5.10",
|
|
"tailwindcss": "^3.4.0",
|
|
"vite": "^5.2.13"
|
|
}
|
|
}
|