-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 853 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 853 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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "3.4.1",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/ts-plugin": "1.10.4",
"@iconify-json/ion": "^1.1.15",
"@iconify-json/mdi": "^1.1.63",
"astro": "^5.9.1",
"astro-icon": "^1.0.0",
"astro-seo": "^0.8.0",
"sass": "^1.69.5",
"tailwindcss": "^3.4.0",
"three": "^0.160.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/three": "^0.160.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"vite-plugin-glsl": "^1.2.1"
}
}