-
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) · 883 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 883 Bytes
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": "portfolio",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome lint .",
"format": "biome format --write .",
"check": "biome check --write .",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/sitemap": "^3.7.1",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.0.8",
"gsap": "^3.14.2",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.1",
"@biomejs/biome": "^2.4.8",
"@playwright/test": "^1.58.2",
"@types/node": "^25.5.0",
"husky": "^9.1.7",
"sharp": "^0.34.5"
}
}