-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "map-editor-2d",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "tauri dev",
"build": "tauri build --debug",
"preview": "vite preview",
"clippy": "cargo clippy --manifest-path ./src-tauri/Cargo.toml -- -D warnings",
"tauri": "tauri",
"test": "echo \"No tests specified\" && exit 0",
"cargo-test": "cd src-tauri && cargo test && cd ..",
"step-ci-test": "echo \"No tests specified\" && exit 0",
"step-rust-dev": "vite",
"step-rust-build": "tsc && vite build"
},
"dependencies": {
"@tauri-apps/api": "^1.1.0",
"buffer": "^6.0.3",
"dracula-ui": "^1.0.3",
"konva": "^8.3.13",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-konva": "^18.2.3",
"react-modal": "^3.16.1",
"recoil": "^0.7.6",
"semver": "^7.3.8",
"use-image": "^1.1.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.1.0",
"@types/lodash": "^4.14.186",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"@types/semver": "^7.3.12",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.2"
}
}