-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "rspress-doc-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "rspress dev",
"build": "rspress build",
"preview": "rspress preview",
"check": "biome check",
"format": "biome format --write",
"lint": "biome lint --write"
},
"dependencies": {
"@fontsource/inter": "^5.0.20",
"@internationalized/date": "^3.5.5",
"@react-aria/accordion": "^3.0.0-alpha.31",
"@react-aria/toast": "^3.0.0-beta.14",
"@react-stately/toast": "^3.0.0-beta.5",
"@react-stately/tree": "^3.8.3",
"lucide-react": "^0.424.0",
"react-aria": "^3.34.1",
"react-aria-components": "^1.3.1",
"recharts": "^2.12.7",
"tailwind-variants": "^0.2.1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@rspress/plugin-api-docgen": "^1.27.0",
"@rspress/plugin-last-updated": "^1.27.0",
"@rspress/plugin-preview": "^1.27.0",
"@spectrum-icons/illustrations": "^3.6.15",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rspress": "^1.27.0",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.4",
"typescript": "^5.5.4",
"viridis": "^1.1.5",
"zod": "^3.23.8"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}