-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 933 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 933 Bytes
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
{
"name": "@bitwhys/www",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/netlify": "^6.6.4",
"@types/ms": "^2.1.0",
"astro": "^5.17.1",
"astro-expressive-code": "^0.41.6",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"ms": "^2.1.3",
"node-html-parser": "^7.0.2",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"remark-directive": "^4.0.0",
"tailwindcss": "^4.1.18"
}
}