-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.66 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
{
"name": "farsrail.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rm -rf .next && next dev --webpack",
"build": "next build --webpack",
"build:static": "next build --webpack",
"typecheck": "tsc --noEmit",
"generate:world-map": "node scripts/generate-world-map.mjs",
"start": "next start",
"lint": "eslint",
"lighthouse:codex": "node scripts/lighthouse-codex.mjs",
"lighthouse:codex:local": "node scripts/lighthouse-codex.mjs --local --dir out --port 4173",
"lighthouse:codex:local:en": "pnpm build && node scripts/lighthouse-codex.mjs --local --dir out --port 4173 --path /",
"lighthouse:codex:local:tr": "pnpm build && node scripts/lighthouse-codex.mjs --local --dir out --port 4173 --path /tr/"
},
"dependencies": {
"motion": "^12.40.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@iconify-json/material-symbols-light": "^1.2.73",
"@iconify-json/mynaui": "^1.2.17",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@uidotdev/usehooks": "^2.4.1",
"babel-plugin-react-compiler": "1.0.0",
"clsx": "^2.1.1",
"dotted-map": "^3.1.0",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"unplugin-icons": "^23.0.1"
},
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402"
}