-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.11 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
{
"name": "showcase",
"version": "0.0.1",
"main": "src/index.ts",
"type": "module",
"scripts": {
"build": "netlify-extension build -a",
"dev": "netlify-extension dev --open"
},
"dependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/sdk": "^2.5.2",
"@tanstack/react-query": "^5.54.1",
"@trpc/client": "^11.0.0-rc.477",
"@trpc/react-query": "^11.0.0-rc.477",
"@trpc/server": "^11.0.0-rc.477",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@netlify/netlify-plugin-netlify-extension": "^1.0.3",
"@tsconfig/recommended": "^1.0.7",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/vite-react": "^3.0.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"netlify-cli": "^17.36.4",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.3"
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}