-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"name": "aurora-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/cache-contributors.mjs --force && next build",
"cache-contributors": "node scripts/cache-contributors.mjs",
"preview": "python3 -m http.server 3000 --directory out",
"start": "pnpm run preview",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-select": "^2.0.0",
"@rowanmanning/feed-parser": "^2.1.1",
"@tanstack/react-hotkeys": "^0.9.0",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^1.0.0",
"motion": "^12.23.12",
"next": "^16.0.10",
"next-intl": "^4.6.1",
"react": "^19",
"react-dom": "^19",
"react-error-boundary": "^6.1.1",
"tailwind-merge": "^3.0.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^24.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^10.0.0",
"eslint-config-next": "16.2.4",
"postcss": "^8",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"typescript": "^6.0.0"
}
}