-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.43 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.43 KB
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
76
77
78
79
{
"name": "depromeet_team3",
"version": "0.1.0",
"private": true,
"type": "module",
"workspaces": [
"apps/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"web": "pnpm --filter web",
"mobile": "pnpm --filter mobile",
"lint": "turbo run lint",
"format": "turbo run format",
"format:check": "turbo run format:check",
"typecheck": "turbo run typecheck",
"clean": "turbo run clean",
"prepare": "lefthook install"
},
"dependencies": {
"@lukemorales/query-key-factory": "^1.3.4",
"@mantine/core": "^8.3.2",
"@mantine/dates": "^8.3.2",
"@mantine/hooks": "^8.3.2",
"@tanstack/react-query": "^5.90.5",
"@tanstack/react-query-devtools": "^5.90.2",
"@use-funnel/browser": "^0.0.15",
"@use-funnel/core": "^0.0.12",
"@use-funnel/next": "^0.0.21",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.18",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.16",
"lucide-react": "^0.542.0",
"next": "16.0.7",
"nuqs": "^2.7.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"recharts": "^3.2.1",
"swiper": "^12.0.2",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.34.0",
"@next/eslint-plugin-next": "^15.5.2",
"@tailwindcss/postcss": "^4.1.12",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^22.18.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"lefthook": "^1.12.3",
"lucide-react": "^0.544.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.12",
"turbo": "^2.3.0",
"typescript": "^5",
"typescript-eslint": "^8.41.0"
},
"packageManager": "[email protected]+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}