-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
package.json
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
{
"name": "astro-portfolio",
"type": "module",
"version": "0.0.1",
"packageManager": "yarn@1.22.19",
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^9.0.0",
"@astrojs/markdown-remark": "^4.0.1",
"@astrojs/mdx": "^2.0.2",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.4",
"@astrojs/vue": "^4.0.5",
"@babel/core": "^7.23.9",
"@nanostores/vue": "^0.10.0",
"@vueuse/core": "^10.2.1",
"astro": "^4.4.0",
"astro-sanity": "^1.1.7",
"canvas-confetti": "^1.9.2",
"nanostores": "^0.9.5",
"octokit": "^2.1.0",
"postcss": "^8.0.9",
"sass": "^1.62.0",
"tailwindcss": "^3.0.24",
"three": "^0.160.1",
"vue": "^3.2.30",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/three": "^0.160.0",
"vite": "^5.0.12"
}
}