-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.83 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.83 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "phpure-docs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/roboto-mono": "^5.2.5",
"@mdx-js/react": "^3.1.0",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/vite": "^4.1.3",
"@tanstack/react-router": "^1.115.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.6.3",
"i18next": "^24.2.3",
"lazysizes": "^5.3.2",
"lucide-react": "^0.487.0",
"mdx": "^0.3.1",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.4.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.5",
"woff2-feature-test": "^1.0.3"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@eslint/js": "^9.24.0",
"@mdx-js/rollup": "^3.1.0",
"@tanstack/router-vite-plugin": "^1.115.2",
"@types/compression": "^1.7.5",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"compression": "^1.8.0",
"eslint": "^9.24.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.3",
"tailwindcss-animate": "^1.0.7",
"terser": "^5.39.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.29.1",
"vite": "^6.2.5",
"vite-plugin-compression2": "^1.3.3",
"vite-tsconfig-paths": "^5.1.4"
}
}