-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
{
"name": "light-pass",
"private": true,
"version": "0.0.13",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"license": "MIT",
"contributors": ["Bohdan Andrianov <bogd.an.drianov@gmail.com>"],
"dependencies": {
"@headlessui/react": "^2.0.3",
"@hookform/resolvers": "^3.3.4",
"@sindresorhus/slugify": "^2.2.1",
"@tanstack/react-table": "^8.16.0",
"@tauri-apps/api": "^1",
"eventemitter3": "^5.0.1",
"immer": "^10.0.4",
"peerjs": "^1.5.2",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.4",
"react-router-dom": "^6.22.3",
"yup": "^1.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@tauri-apps/cli": "^1",
"@types/node": "^20.12.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"lefthook": "^1.6.7",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2",
"user-agent-data-types": "^0.4.2",
"vite": "^5.0.0"
}
}