-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 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
50
51
52
53
{
"name": "stasis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"lint": "eslint",
"db:test": "tsx scripts/test-database.ts",
"db:studio": "prisma studio"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1030.0",
"@aws-sdk/s3-request-presigner": "^3.1030.0",
"@fontsource/libre-barcode-128": "^5.2.8",
"@fontsource/libre-barcode-39": "^5.2.10",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.1.6",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"@sentry/nextjs": "^10",
"@types/mdx": "^2.0.13",
"@uiw/react-md-editor": "^4.0.11",
"airtable": "^0.12.2",
"better-auth": "^1.4.6",
"dotenv": "^17.2.3",
"gsap": "^3.14.1",
"highlight.js": "^11.11.1",
"isomorphic-dompurify": "^2.35.0",
"loops": "^6.1.2",
"lots-o-nekos": "^3.0.0",
"next": "^16.2.3",
"prisma": "^7.2.0",
"react": "19.2.1",
"react-dom": "19.2.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/dompurify": "^3.2.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^16.1.3",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}