-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 KB
/
package.json
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": "unsplash",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"prepare": "panda codegen",
"typecheck": "tsc --noEmit",
"dev": "vite --port=3001",
"build": "vite build",
"serve": "vite preview",
"start": "vite"
},
"devDependencies": {
"@pandacss/dev": "^0.47.0",
"@park-ui/panda-preset": "^0.42.0",
"@tanstack/router-plugin": "^1.76.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1"
},
"dependencies": {
"@ark-ui/react": "^4.2.0",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@tanstack/react-router": "^1.77.6",
"@tanstack/router-devtools": "^1.77.6",
"axios": "^1.7.7",
"react": "^18.3.1",
"react-blurhash": "^0.3.0",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"unsplash-js": "^7.0.19"
},
"packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}