-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "dockyard",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"type-check": "tsc --noEmit",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@patternfly/react-log-viewer": "^5.2.0",
"@sweetalert2/theme-dark": "^5.0.18",
"@tauri-apps/api": "^1",
"chart.js": "^4.4.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-router-dom": "^6.25.1",
"react-syntax-highlighter": "^15.5.0",
"sweetalert2": "^11.14.0",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.10",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.7.2",
"vite": "^5.3.1"
}
}