-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 980 Bytes
/
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
{
"name": "dwata",
"version": "0.2.0",
"description": "AI assistants for everyone",
"type": "module",
"author": {
"name": "Sumit Datta",
"email": "[email protected]",
"url": "https://github.com/brainless"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"3d-force-graph": "^1.73.4",
"@fortawesome/fontawesome-free": "^6.6.0",
"@solidjs/router": "^0.12.5",
"@tauri-apps/api": "2.0.0-beta.3",
"@tauri-apps/plugin-shell": "2.0.0-beta.1",
"marked": "^13.0.3",
"solid-js": "^1.8.21"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-solid": "^2.10.2"
}
}