-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "kiara-doc",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"check": "astro check",
"build": " astro build",
"preview": "astro preview",
"format": "prettier --write . --plugin=prettier-plugin-astro",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.0",
"@astrojs/cloudflare": "^9.0.0",
"@astrojs/markdoc": "^0.9.0",
"@astrojs/mdx": "^2.1.1",
"@astrojs/react": "^3.0.9",
"@astrojs/starlight": "^0.19.0",
"@astrojs/svelte": "^5.0.3",
"@dharpa/kiara-svelte-components": "^0.0.1",
"@keystatic/astro": "^3.0.2",
"@keystatic/core": "^0.3.12",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"astro": "^4.2.1",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semver-sort": "^1.0.0",
"sharp": "^0.32.5",
"svelte": "^4.2.9",
"typescript": "^5.3.3"
},
"devDependencies": {
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"sanitize-html": "^2.11.0"
}
}