-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.17 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "mod-studio",
"version": "1.9.1",
"private": true,
"license": "LGPL-3.0-only",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format-configs": "prettier --write \"./**/*.{json,toml}\" \"!./src-tauri/target/**/*.*\" --ignore-path .gitignore",
"tauri": "env-cmd tauri"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "8.56.0",
"@types/jquery": "^3",
"@types/jstree": "^3",
"@types/lodash": "^4",
"@types/md5": "^2",
"@types/mousetrap": "^1",
"@types/three": "^0.167.1",
"@types/uuid": "^9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-toml": "^2.0.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"packageManager": "[email protected]",
"dependencies": {
"@aptabase/tauri": "^0.4.1",
"@floating-ui/dom": "^1.6.5",
"@fontsource/fira-code": "^5.0.16",
"@fortawesome/fontawesome-free": "^6.5.1",
"@jhubbardsf/svelte-sortablejs": "^1.1.0",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/cli": "^1.5.9",
"@threlte/core": "^7.3.1",
"@threlte/extras": "^8.11.5",
"autoprefixer": "^10.4.16",
"carbon-components-svelte": "^0.82.7",
"carbon-icons-svelte": "^12.4.2",
"decimal.js": "^10.4.3",
"jquery": "^3.7.1",
"jstree": "^3.3.16",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"monaco-editor": "^0.45.0",
"mousetrap": "^1.6.5",
"postcss": "^8.4.32",
"rfc6902": "^5.1.1",
"svelte-splitpanes": "0.8.0",
"tailwindcss": "^3.4.0",
"tauri-plugin-log": "https://github.com/tauri-apps/tauri-plugin-log#v1",
"three": "^0.167.1",
"uuid": "^9.0.1",
"wavesurfer.js": "^7.7.8"
}
}