-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "heliosphere-creator-tools",
"private": true,
"version": "2.0.5",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1",
"base32-decode": "^1",
"base32-encode": "^2",
"lodash-es": "^4",
"svelte-local-storage-store": "^0.6"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3",
"@sveltejs/kit": "^2",
"@sveltejs/vite-plugin-svelte": "^3",
"@tauri-apps/cli": "^1",
"@types/lodash-es": "^4",
"graphql": "^16",
"houdini": "^1",
"houdini-plugin-svelte-global-stores": "^1",
"houdini-svelte": "^1",
"prettier": "^3",
"prettier-plugin-svelte": "^3",
"sass": "^1",
"svelte": "^4",
"svelte-check": "^3",
"svelte-preprocess": "^5",
"tslib": "^2",
"typescript": "^5",
"vite": "^5"
}
}