-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 926 Bytes
/
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
{
"name": "hip2-checker",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && yarn tsc --esModuleInterop --outDir dist src/server.ts",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@tanstack/react-query": "^5.22.2",
"express": "^4.17.3",
"hip2-dane": "github:sinpapeles/hip2-dane#02868f66feeaa8e73f14cf86ed99fa2de46652c5",
"react": "^18",
"react-copy-to-clipboard": "^5.0.7",
"react-dom": "^18",
"react-loading-skeleton": "^3.4.0",
"react-use": "^17.3.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}