-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 867 Bytes
/
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
{
"name": "rspress-doc-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "rspress dev",
"build": "rspress build",
"preview": "rspress preview"
},
"dependencies": {
"@lemonsqueezy/wedges": "^1.4.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.27",
"lucide-react": "^0.427.0",
"magicui-cli": "^0.1.6",
"rspress-plugin-align-image": "^0.3.0",
"rspress-plugin-google-analytics": "^0.3.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^16",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"rspress": "^1.31.1",
"tailwindcss": "^3.4.10",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}