-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.6 KB
/
package.json
File metadata and controls
53 lines (53 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
{
"name": "echo-screen",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "tsc --noEmit && eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier . --write",
"format:check": "prettier . --check",
"preview": "pnpm run build && vite preview",
"deploy": "pnpm run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@octokit/rest": "^22.0.1",
"@sanity/client": "7.21.0",
"@tanstack/react-query": "5.99.2",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"framer-motion": "12.38.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "3.5.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.32.3",
"@eslint/js": "10.0.1",
"@sanity/image-url": "2.1.1",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/eslint-plugin-query": "5.99.2",
"@types/node": "^25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"eslint": "10.2.1",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-refresh": "0.5.2",
"globals": "17.5.0",
"prettier": "3.8.3",
"tailwindcss": "4.2.2",
"typescript": "~5.9.3",
"typescript-eslint": "8.58.2",
"vite": "8.0.9",
"wrangler": "4.83.0"
}
}