-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 2.25 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@zephyr-cloud/docs",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ZephyrCloudIO/zephyr-documentation.git"
},
"scripts": {
"build": "rspress build",
"dev": "rspress dev --port 3030",
"lint": "npx eslint . ",
"lint:fix": "npx eslint . --fix",
"prepare": "husky",
"preview": "rspress preview"
},
"dependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@newrelic/browser-agent": "^1.270.3",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@rsbuild/core": "^1.0.19",
"@rspack/core": "^1.0.14",
"@rspress/core": "^1.35.3",
"@rspress/mdx-rs": "^0.6.1",
"@rspress/runtime": "^1.35.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"commitlint": "^19.5.0",
"dotenv": "^16.4.5",
"husky": "^9.1.6",
"lucide-react": "^0.454.0",
"react-wrap-balancer": "^1.1.1",
"rspress-plugin-file-tree": "^0.4.0",
"rspress-plugin-google-analytics": "^0.3.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-zephyr": "^0.0.23",
"webpack": "^5.96.0",
"zephyr-webpack-plugin": "^0.0.23",
"zod": "^3.23.8"
},
"devDependencies": {
"@nx/eslint": "19.1.0",
"@nx/eslint-plugin": "19.1.0",
"@rspress/plugin-preview": "^1.35.3",
"@rspress/plugin-shiki": "^1.35.3",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "0.15.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"globals": "^15.11.0",
"nx": "19.6.2",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"rspress": "^1.35.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"optionalDependencies": {
"@rspack/binding-linux-x64-gnu": "^1.0.14",
"@rspress/mdx-rs-linux-x64-gnu": "^0.6.1"
}
}