-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "quest-rue",
"version": "0.1.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri",
"mockDev": "vite --mode mockDevelopment",
"format": "prettier -w ./src"
},
"type": "module",
"license": "MIT",
"dependencies": {
"@solid-primitives/active-element": "^2.0.18",
"@solidjs/router": "^0.12.4",
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/api": "^1.5.3",
"@thisbeyond/solid-select": "^0.14.0",
"daisyui": "^3.1.6",
"long": "^5.2.3",
"protobufjs": "^7.2.6",
"solid-heroicons": "^3.2.4",
"solid-js": "^1.8.15",
"solid-toast": "^0.5.0",
"tauri-plugin-websocket-api": "github:tauri-apps/tauri-plugin-websocket#v1",
"ts-proto": "^1.167.8"
},
"devDependencies": {
"@solidjs/meta": "^0.29.3",
"@tauri-apps/cli": "^1.5.10",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"autoprefixer": "^10.4.17",
"cssnano": "^6.1.2",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-solid": "^0.13.1",
"internal-ip": "^8.0.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"solid-devtools": "^0.29.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.10.1"
}
}