-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
64 lines (64 loc) · 2.14 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
{
"name": "loa-logs",
"version": "0.0.1",
"private": true,
"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 .",
"tauri": "tauri",
"tauri:dev": "tauri dev --no-watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash-es": "^4.17.7",
"@types/markdown-it": "^14.1.1",
"@types/nprogress": "^0.2.0",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"autoprefixer": "^10.4.14",
"echarts": "^5.4.2",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.45.1",
"postcss": "^8.4.21",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.5.4",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.0",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vite": "^5.4.4"
},
"type": "module",
"dependencies": {
"@fontsource-variable/inter": "^5.0.12",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@popperjs/core": "^2.11.7",
"@tauri-apps/api": "^1.5.6",
"@tauri-apps/cli": "^1.5.14",
"classnames": "^2.3.2",
"flowbite": "^1.6.4",
"flowbite-svelte": "^0.47.4",
"heap-js": "^2.3.0",
"html2canvas": "^1.4.1",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"nprogress": "^0.2.0",
"pako": "^2.1.0",
"sorted-btree": "^1.8.1",
"svelte-tippy": "^1.3.2",
"tippy.js": "^6.3.7"
}
}