-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.86 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
{
"name": "lucide-studio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.3",
"@octokit/rest": "^20.0.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.20.1",
"bezier-js": "^6.1.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"element-to-path": "^1.2.1",
"lodash": "^4.17.21",
"lucide-react": "^0.396.0",
"next": "15.0.3",
"next-themes": "^0.2.1",
"next-usequerystate": "^1.13.2",
"parse5": "^7.1.2",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hook-form": "^7.49.2",
"react-simple-code-editor": "^0.13.1",
"sonner": "^1.5.0",
"svg-path-bbox": "^2.0.0",
"svg-path-commander": "^2.0.9",
"svg-pathdata": "^6.0.3",
"svgo": "^3.1.0",
"svgson": "^5.3.1",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.0.1",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"next-auth": "5.0.0-beta.25",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}
}