-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.48 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
{
"name": "chaski",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@nextui-org/listbox": "^2.1.27",
"@nextui-org/react": "2.6.5",
"@nextui-org/tabs": "^2.0.37",
"@remixicon/react": "^4.2.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-router": "^1.57.17",
"@tauri-apps/api": "^2.0.0-rc.0",
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-log": "~2",
"@tauri-apps/plugin-notification": "~2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-shell": "~2.0.0-rc",
"@tauri-apps/plugin-updater": "~2",
"autoprefixer": "^10.4.20",
"chroma.ts": "^1.0.10",
"embla-carousel-react": "^8.3.0",
"framer-motion": "^11.5.4",
"html-react-parser": "^5.1.17",
"moment": "^2.30.1",
"postcss": "^8.4.45",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-select": "^5.8.1",
"tailwindcss": "^3.4.11"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.57.17",
"@tanstack/router-plugin": "^1.57.15",
"@tauri-apps/cli": "^2.0.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}