-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 990 Bytes
/
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
{
"name": "personal",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/sitemap": "^1.0.0",
"@iconify-json/cib": "^1.1.4",
"@iconify-json/feather": "^1.1.2",
"@types/alpinejs": "^3.7.0",
"@unocss/astro": "^0.53.1",
"astro": "^2.6.3",
"modularscale-js": "^3.0.1",
"unocss": "^0.53.1"
},
"dependencies": {
"@astrojs/alpinejs": "^0.1.3",
"@astrojs/markdoc": "^0.3.3",
"@astrojs/netlify": "^2.3.0",
"@astrojs/react": "^2.2.1",
"@fontsource/jost": "^4.5.11",
"@fontsource/lato": "^4.5.9",
"@fontsource/zen-kaku-gothic-new": "^4.5.13",
"@keystatic/astro": "^0.0.8",
"@keystatic/core": "^0.0.114",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"alpinejs": "^3.10.3",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}