-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "visuallm",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
"engines": {
"node": ">=18.18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@xenova/transformers": "^2.17.2",
"framer-motion": "^11.11.17",
"next": "16.1.6",
"next-themes": "^0.4.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^20.17.19",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"eslint": "^10.0.0",
"eslint-config-next": "14.2.35",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.3.0",
"jiti": "^2.6.1",
"postcss": "^8.5.2",
"prettier": "^3.8.1",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3",
"typescript-eslint": "^8.55.0"
}
}