-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.09 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
{
"name": "cinemang-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite dev",
"format": "prettier --write .",
"generate": "npx supabase gen types typescript --project-id qzghroxeindgzpfwrffs --schema public > src/generated/supabase.ts",
"generate-local": "npx supabase gen types typescript --local --schema public > src/generated/supabase.ts",
"lint:format": "prettier --cache --check .",
"lint": "eslint --cache .",
"test": "npm-run-all --parallel tsc:check vitest:run lint lint:format",
"tsc:check": "tsc",
"vitest:run": "vitest run"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@lauriys/react-palette": "1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
"@supabase/supabase-js": "^2.39.7",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-devtools": "^5.24.1",
"@tanstack/react-router": "^1.18.1",
"axios": "^1.6.7",
"chroma-js": "^2.4.2",
"date-fns": "^3.3.1",
"jotai": "^2.7.0",
"lodash": "^4.17.21",
"node-vibrant": "3.1.6",
"paginator": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-lite-youtube-embed": "^2.4.0",
"react-router-dom": "^6.22.2",
"react-use": "^17.5.0",
"use-query-params": "^2.2.1"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@swc/core": "^1.4.2",
"@tanstack/router-vite-plugin": "^1.18.1",
"@types/chroma-js": "^2.4.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.22",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"prettier-plugin-tailwindcss": "^0.5.11",
"supabase": "^1.145.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}