-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 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
{
"name": "comuneo-recursive-todo",
"private": true,
"type": "module",
"version": "1.0.0",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "remix vite:dev",
"build": "remix vite:build",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"lint": "tsc --noEmit"
},
"dependencies": {
"@remix-run/css-bundle": "2.17.4",
"@remix-run/node": "2.17.4",
"@remix-run/react": "2.17.4",
"@remix-run/serve": "2.17.4",
"appwrite": "24.1.1",
"clsx": "2.1.1",
"isbot": "5.1.26",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "3.24.2"
},
"devDependencies": {
"@remix-run/dev": "2.17.4",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react": "4.4.1",
"autoprefixer": "10.4.20",
"jsdom": "26.0.0",
"node-appwrite": "23.1.0",
"postcss": "8.5.3",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"vite": "6.2.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.5"
}
}