-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/partytown": "^1.2.3",
"astro": "^4.7.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.5.5",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss-animate": "^1.0.7"
},
"dependencies": {
"@ariakit/react": "^0.4.6",
"@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.3.1",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.4",
"@fontsource/roboto-slab": "^4.5.11",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.34.1",
"@tanstack/react-query-devtools": "^5.34.1",
"@types/node": "20.12.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"astro-icon": "^0.7.3",
"astro-imagetools": "^0.6.17",
"nanoid": "^5.0.7",
"node": "20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3"
}
}