-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 749 Bytes
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
{
"name": "untypeable-wretch-demo",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@preact/signals-core": "1.14.0",
"@preact/signals-react": "1.3.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"sonner": "2.0.7",
"untypeable": "0.2.1",
"wretch": "2.11.1",
"zod": "3.25.76"
},
"devDependencies": {
"@total-typescript/ts-reset": "0.6.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react": "4.7.0",
"prettier": "3.8.1",
"typescript": "5.9.3",
"vite": "5.4.21"
}
}