forked from get-aurora-dev/aurora-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.6 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.6 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
{
"name": "aurora-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/cache-contributors.mjs --force && next build",
"prebuild": "node scripts/cache-contributors.mjs",
"cache-contributors": "node scripts/cache-contributors.mjs",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.1.5",
"@rowanmanning/feed-parser": "^2.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel-react": "^8.6.0",
"geist": "^1.3.1",
"highlight.js": "^11.10.0",
"lodash": "^4.17.21",
"lucide-react": "^0.507.0",
"mathjs": "^14.8.1",
"motion": "^12.23.12",
"next": "^16.0.10",
"next-intl": "^4.6.1",
"react": "^19",
"react-dom": "^19",
"react-scroll-motion": "^0.3.5",
"swr": "^2.3.3",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"use-mobile-detect-hook": "^1.0.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/lodash": "^4.17.16",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^9",
"eslint-config-next": "15.5.9",
"postcss": "^8",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^3.3.0",
"tailwindcss-animated": "^1.0.1",
"typescript": "^5"
}
}