-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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": "@aninix-inc/docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome lint ./src --diagnostic-level=error && astro check",
"lint:dev": "biome lint ./src",
"generate:types": "curl https://dev-api.aninix.com/docs/b98558e14e50f0b6f2e779ff337029785256a2f379c43b4f345f7fe922409bfd-json > ./src/open-api/schema.json"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.28.5",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.2",
"@scalar/api-reference-react": "^0.3.132",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.8",
"classnames": "^2.5.1",
"mermaid": "^11.4.0",
"ramda": "^0.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/ramda": "^0.30.2",
"openapi-typescript": "^7.4.2",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript-json-schema": "^0.65.1"
}
}