This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
55 lines (55 loc) · 1.64 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
{
"name": "trem-tauri",
"private": true,
"version": "0.0.0-alpha.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint ./src --ext .ts,.vue --fix",
"prettier": "prettier --write ./src"
},
"dependencies": {
"@fontsource/lato": "^5.0.20",
"@fontsource/noto-sans-tc": "^5.0.18",
"@fontsource/open-sans": "^5.0.27",
"@tauri-apps/api": "^2.0.0-beta.6",
"@tauri-apps/plugin-autostart": "^2.0.0-beta.2",
"@tauri-apps/plugin-cli": "^2.0.0-beta.2",
"@tauri-apps/plugin-clipboard-manager": "^2.1.0-beta.0",
"@tauri-apps/plugin-fs": "^2.0.0-beta.2",
"@tauri-apps/plugin-http": "^2.0.0-beta.2",
"@tauri-apps/plugin-log": "^2.0.0-beta.2",
"@tauri-apps/plugin-shell": "^2.0.0-beta.2",
"chroma-js": "^2.4.2",
"events": "^3.3.0",
"jszip": "^3.10.1",
"maplibre-gl": "^4.1.1",
"material-symbols": "^0.17.1",
"primevue": "^3.50.0",
"vue": "^3.4.21",
"ws": "^8.16.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-beta.11",
"@types/chroma-js": "^2.4.4",
"@types/events": "^3.0.3",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/language-plugin-pug": "^2.0.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vue-pug": "^0.6.2",
"prettier": "^3.2.5",
"pug": "^3.0.2",
"sass": "^1.72.0",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vue-tsc": "^2.0.7"
}
}