-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 776 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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@upstash/redis": "^1.35.4",
"dayjs": "^1.11.18",
"gsap": "^3.13.0",
"overlayscrollbars": "^2.12.0",
"three": "^0.180.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.13",
"@types/three": "^0.180.0",
"@typescript-eslint/parser": "^8.42.0",
"astro": "^5.13.5",
"eslint": "^9.35.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.12.0",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
}
}