-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.47 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.47 KB
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
{
"name": "docs",
"version": "0.0.1",
"description": "JumpServer Documentation",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "rm -rf .next && next build",
"start": "next start",
"pretty": "npx prettier . --write"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.4",
"@next/third-parties": "^14.2.5",
"@primer/octicons-react": "^19.10.0",
"@radix-ui/react-tooltip": "1.0.7",
"@stitches/react": "^1.2.8",
"@tailwindcss/typography": "^0.5.13",
"@theguild/components": "^6.5.3",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"framer-motion": "^12.6.0",
"lucide-react": "^0.479.0",
"next": "^14.2.4",
"next-with-less": "^3.0.1",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0",
"sharp": "^0.33.4",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "20.14.9",
"autoprefixer": "^10.4.19",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"storybook": "^8.1.11",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
},
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b"
}