forked from maxscharwath/moneee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "moneee",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write . && npm run lint -- --fix",
"preview": "vite preview",
"generate-icons": "pwa-asset-generator ./public/logo.png ./public -b \"linear-gradient(45deg, rgba(37,41,43,1) 0%, rgba(162,164,166,1) 100%)\" -f -r"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-use-controllable-state": "^1.0.1",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/edge": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "3.0.6",
"framer-motion": "^10.16.16",
"i18next": "^23.7.11",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-resources-to-backend": "^1.2.0",
"lucide-react": "^0.302.0",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.21.1",
"recharts": "^2.10.3",
"rxdb": "^15.0.0",
"rxdb-hooks": "^5.0.2",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.0.6",
"vaul": "^0.8.0",
"vite-plugin-mkcert": "^1.17.1"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"pwa-asset-generator": "^6.3.1",
"sass": "^1.69.5",
"tailwindcss": "^3.4.0",
"tailwindcss-safe-area": "^0.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-info": "^0.4.1",
"vite-plugin-pwa": "^0.17.4",
"workbox-window": "^7.0.0"
}
}