-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.9 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "annocate",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"start": "next start",
"dev": "next dev --turbopack",
"migrate": "drizzle-kit generate && tsx src/drizzle/migrate.ts",
"studio": "drizzle-kit studio",
"watch": "tsc -w",
"test:reset": "cross-env TEST_MODE=true tsx src/drizzle/reset_test_db.ts",
"test:migrate": "cross-env TEST_MODE=true tsx src/drizzle/migrate",
"dev:test": "npm run test:reset && cross-env TEST_MODE=true npm run dev",
"test": "npm run test:reset && cross-env TEST_MODE=true jest --runInBand"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.0.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@neondatabase/serverless": "^0.5.6",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/themes": "^2.0.1",
"@tanstack/react-query": "^4.32.0",
"@tanstack/react-table": "^8.16.0",
"@types/node": "20.4.2",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"compromise": "^14.13.0",
"cookies": "^0.8.0",
"cuid": "^3.0.0",
"drizzle-orm": "^0.32.2",
"drizzle-zod": "^0.5.1",
"eslint": "8.45.0",
"eslint-config-next": "15.0.3",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.376.0",
"middlecat-react": "^0.3.13",
"next": "15.0.3",
"next-themes": "^0.3.0",
"next-usequerystate": "^1.17.4",
"object-hash": "^3.0.0",
"perfect-arrows": "^0.3.7",
"qrcode.react": "^3.1.0",
"randomcolor": "^0.6.2",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-full-screen": "^1.1.1",
"react-hook-form": "^7.51.4",
"react-icons": "^4.10.1",
"react-markdown": "^9.0.1",
"react-papaparse": "^4.4.0",
"react-swipeable": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"sonner": "^1.4.41",
"styled-components": "^6.0.5",
"swagger-ui-react": "^5.17.9",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"zod": "^3.23.6",
"zod-validation-error": "^3.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query-devtools": "^4.32.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/cookies": "^0.9.0",
"@types/jest": "^29.5.13",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/object-hash": "^3.0.6",
"@types/randomcolor": "^0.5.9",
"@types/swagger-ui-react": "^4.18.3",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.22.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"pg": "^8.12.0",
"postcss": "^8.4.31",
"postgres": "^3.3.5",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.2",
"tsx": "^3.12.7",
"typescript": "5.5.4"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}