-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 922 Bytes
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
{
"name": "aura-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "fumadocs-mdx",
"prebuild": "fumadocs-mdx",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nexaui-library/aura-ui": "^1.0.2",
"framer-motion": "^11.15.0",
"fumadocs-core": "^15.0.0",
"fumadocs-mdx": "^11.5.0",
"fumadocs-ui": "^15.0.0",
"geist": "^1.3.1",
"gsap": "^3.15.0",
"lenis": "^1.3.23",
"lucide-react": "^0.460.0",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"shiki": "^4.0.2",
"styled-components": "^6.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0"
}
}