-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
{
"name": "codeboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@mdxeditor/editor": "^3.21.2",
"@react-router/node": "^7.1.4",
"@sentry/node": "^8.53.0",
"@sentry/react": "^8.53.0",
"@sentry/vite-plugin": "^2.23.0",
"@types/node": "^22.12.0",
"@types/pg": "^8.11.11",
"@types/react-router": "^5.1.20",
"better-auth": "^1.1.15",
"isbot": "^5.1.22",
"lenis": "^1.1.20",
"lenis-wrap": "npm:@studio-freight/react-lenis",
"pg": "^8.13.1",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-router": "^7.1.4",
"typescript-eslint": "^8.22.0",
"vite-plugin-env-compatible": "^2.0.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@react-router/dev": "^7.1.4",
"@tailwindcss/postcss": "^4.0.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.1",
"vite": "^6.0.11"
},
"trustedDependencies": [
"@sentry/cli",
"es5-ext",
"esbuild"
]
}