-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "blog",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "wrangler pages dev ./dist --kv=CACHE",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^6.1.3",
"@astrojs/mdx": "^0.16.0",
"@astrojs/react": "^2.1.0",
"@astrojs/sitemap": "^1.1.0",
"@astrojs/solid-js": "^2.1.0",
"@cloudinary/url-gen": "^1.9.1",
"@vanilla-extract/css": "^1.7.2",
"@vanilla-extract/css-utils": "^0.1.2",
"@vanilla-extract/recipes": "^0.2.5",
"@vanilla-extract/sprinkles": "^1.4.1",
"astro": "^2.0.15",
"date-fns": "^2.28.0",
"giscus": "^1.3.0",
"gsap": "^3.11.4",
"plaiceholder": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.6.14"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230307.0",
"@types/node": "17.0.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vanilla-extract/vite-plugin": "^3.7.1",
"eslint": "8.5.0",
"typescript": "4.5.4",
"wrangler": "^2.11.1"
}
}