forked from learndaxa/WikiTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "daxa.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.0.1",
"@astrojs/tailwind": "^5.1.0",
"@builder.io/qwik": "^1.5.5",
"@playform/compress": "^0.0.10",
"@playform/inline": "^0.0.6",
"@qwikdev/astro": "^0.5.15",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@types/mdast": "^4.0.4",
"@types/prismjs": "^1.26.4",
"@types/unist": "^3.0.2",
"astro": "^4.9.3",
"astro-seo": "^0.8.4",
"gray-matter": "^4.0.3",
"mdast": "^3.0.0",
"prismjs": "^1.29.0",
"remark": "^15.0.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"prettier": "^3.3.1",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"sass": "^1.77.4"
}
}