-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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
{
"name": "tauri-yapi-to-ts",
"version": "0.1.3",
"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": "prettier --write ."
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@smui/button": "7.0.0-beta.16",
"@smui/checkbox": "7.0.0-beta.16",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.4",
"@tauri-apps/cli": "^1.5.8",
"@types/cookie": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@zerodevx/svelte-toast": "^0.9.5",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"shiki": "^1.1.7",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2"
},
"type": "module",
"dependencies": {
"@smui-extra/accordion": "7.0.0-beta.16",
"@smui/dialog": "7.0.0-beta.16",
"@smui/linear-progress": "7.0.0-beta.16",
"@smui/tab": "7.0.0-beta.16",
"@smui/tab-bar": "7.0.0-beta.16",
"@smui/textfield": "7.0.0-beta.16",
"@smui/tooltip": "7.0.0-beta.16",
"@tauri-apps/api": "^1.5.2",
"svelte-material-ui": "7.0.0-beta.16"
}
}