-
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.41 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.41 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": "dylanvu-portfolio",
"version": "0.1.0",
"private": true,
"homepage": "https://dylanvu.github.io",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npx eslint",
"analyze": "ANALYZE=true next build",
"analyze:server": "ANALYZE=true BUNDLE_ANALYZE=server next build",
"analyze:browser": "ANALYZE=true BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@google/genai": "^1.33.0",
"@vercel/analytics": "^1.5.0",
"konva": "^10.0.12",
"motion": "^12.23.24",
"next": "^16.0.9",
"opentype.js": "^1.3.4",
"pdf-parse": "^2.4.5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-konva": "^19.2.0",
"react-konva-utils": "^2.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@next/bundle-analyzer": "^16.0.9",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.1",
"@types/opentype.js": "^1.3.8",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.9",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-you-might-not-need-an-effect": "^0.7.0",
"postcss": "^8.5.6",
"prettier": "3.6.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}