-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.57 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.57 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
{
"name": "corplus-concordancer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:import": "tsup cli/import.ts --format esm",
"start": "next start",
"lint": "next lint",
"migration:generate": "drizzle-kit generate --name initial",
"import-data": "tsx cli/import.ts"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"autoprefixer": "10.4.19",
"axios": "^1.7.2",
"chalk": "^5.3.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.42.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"nanoid": "^5.0.7",
"next": "^14.2.3",
"next-intl": "^3.14.1",
"postcss": "8.4.38",
"postgres": "^3.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"xml-stream": "^0.4.5"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "20.12.13",
"@types/node-expat": "^2.3.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"drizzle-kit": "^0.31.0",
"esbuild": "^0.21.4",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.11.0"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}