-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.34 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
{
"name": "solidcord",
"version": "0.1.0",
"description": "A fast and open-source client for Discord that is made with performance in mind.",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"lint": "tsc && eslint",
"lint:fix": "eslint --fix",
"dev": "vite",
"build": "vite build",
"tauri": "tauri"
},
"author": "Mikkel ALMONTE--RINGAUD <[email protected]> (https://github.com/Vexcited)",
"bugs": {
"url": "https://github.com/Vexcited/SolidCord/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/Vexcited/SolidCord",
"repository": "github:Vexcited/SolidCord",
"dependencies": {
"@solidjs/router": "^0.14.8",
"@tauri-apps/api": "^2.0.2",
"@tauri-apps/plugin-http": "^2.0.0",
"@tauri-apps/plugin-notification": "2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-websocket": "^2.0.0",
"@unocss/reset": "^0.63.4",
"solid-hcaptcha": "^1.0.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.2"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.9.0",
"@tauri-apps/cli": "^2.0.3",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"typescript": "^5.6.3",
"unocss": "^0.62.4",
"vite": "^5.4.8",
"vite-plugin-solid": "^2.10.2"
}
}