-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 977 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
34
35
36
37
{
"name": "mapmancer",
"private": true,
"version": "0.0.1",
"description": "Battlemap app",
"main": "index.js",
"repository": "https://github.com/csakip/Mapmancer.git",
"author": "Peter Csaki <[email protected]>",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"app": "tauri dev",
"build:app": "tauri build"
},
"dependencies": {
"@preact/signals": "^1.1.3",
"@supabase/supabase-js": "^2.15.0",
"bootstrap": "5.3.0-alpha3",
"bootstrap-icons": "^1.10.4",
"immer": "^9.0.21",
"localforage": "^1.10.0",
"preact": "^10.13.2",
"preact-compat": "^3.19.0",
"react-bootstrap": "^2.7.2",
"react-colorful": "^5.6.1",
"react-custom-scroll": "^5.0.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@tauri-apps/cli": "^1.2.3",
"@vitejs/plugin-react": "^3.1.0",
"cross-env": "^7.0.3",
"vite": "^4.2.0"
}
}