forked from Pedro-Pathing/Visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "pedro-pathing-visualizer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tauri-apps/cli": "^2.9.3",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^24.10.0",
"autoprefixer": "^10.4.20",
"hotkeys-js": "^3.13.9",
"postcss": "^8.4.41",
"svelte": "^4.2.19",
"svelte-check": "^3.8.5",
"tailwindcss": "^3.4.9",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.4.14"
},
"dependencies": {
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-dialog": "^2.4.2",
"@tauri-apps/plugin-fs": "^2.4.4",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.7",
"d3": "^7.9.0",
"hotkeys-js": "^3.13.9",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"prettier-plugin-java": "^2.6.4",
"sass": "^1.77.8",
"svelte-copy": "^1.4.2",
"svelte-highlight": "^7.7.0",
"two.js": "^0.8.14"
}
}