-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
44
45
{
"name": "zihan-portfolio",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"postinstall": "astro sync",
"astro": "astro",
"format": "prettier -w . --plugin-search-dir ."
},
"dependencies": {
"@astrojs/mdx": "^0.16.0",
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/solid-js": "^2.0.2",
"@divriots/jampack": "^0.9.1",
"@kobalte/core": "^0.6.1",
"@solid-primitives/mouse": "^2.0.6",
"@solid-primitives/scroll": "^2.0.8",
"@vanilla-extract/css": "^1.9.5",
"@vanilla-extract/vite-plugin": "^3.8.0",
"astro": "2.0.14",
"astro-compress": "^1.1.32",
"atropos": "^1.0.2",
"dayjs": "^1.11.7",
"picocolors": "^1.0.0",
"rehype-slug": "^5.1.0",
"sass": "^1.58.0",
"solid-element": "^1.6.3",
"solid-js": "^1.6.10",
"swiper": "^9.0.4",
"three": "^0.149.0",
"unist-builder": "^3.0.1",
"unist-util-map": "^3.1.3",
"unist-util-visit": "^4.1.2",
"zod": "^3.20.6"
},
"devDependencies": {
"@types/three": "^0.149.0"
}
}