-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "datakata",
"type": "module",
"scripts": {
"dev": "WEBSITE=$TARGET astro dev",
"check": "WEBSITE=$TARGET astro check",
"build": "WEBSITE=$TARGET astro check && WEBSITE=$TARGET astro build"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.1.1",
"@astrojs/node": "^8.2.3",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.5.3",
"@directus/sdk": "^14.0.0",
"@types/alpinejs": "^3.13.6",
"alpinejs": "^3.13.6",
"astro": "^4.4.12",
"css-doodle": "^0.38.4",
"nanostores": "^0.9.5",
"rehype-katex": "^7.0.0",
"rehype-mathjax": "^6.0.0",
"rehype-mermaid": "^2.1.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11"
}
}