-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.07 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
{
"name": "harsh-kumar-portfolio",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"screenshot": "node scripts/screenshot.mjs",
"screenshot:hero": "node scripts/screenshot.mjs --route=/ --viewports=desktop,mobile",
"screenshot:all": "node scripts/screenshot.mjs --routes=/,/projects,/work,/lab,/contact --viewports=desktop,mobile",
"postinstall": "npx playwright install chromium"
},
"dependencies": {
"@glyphs/brands": "^0.1.9",
"@glyphs/core": "^0.8.12",
"@glyphs/flags": "^0.5.5",
"framer-motion": "^11.15.0",
"next": "^14.2.32",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.17.57",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.32",
"playwright": "^1.49.0",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
}
}