-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.64 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
46
47
48
49
50
51
52
53
54
{
"name": "@openmarch/website",
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier . --write"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.5",
"@astrojs/react": "^4.1.3",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.30.6",
"@astrojs/tailwind": "^5.1.4",
"@fontsource/dm-mono": "^5.1.1",
"@fontsource/dm-sans": "^5.1.1",
"@phosphor-icons/web": "^2.1.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-collapsible": "^1.1.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@yeskunall/astro-umami": "^0.0.3",
"astro": "^5.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"starlight-image-zoom": "^0.10.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss-intersect": "^2.0.1",
"tailwindcss-motion": "^1.0.1"
},
"prettier": {
"plugins": [
"prettier-plugin-astro",
"prettier-plugin-tailwindcss"
],
"tabWidth": 4,
"useTabs": false
}
}