forked from CoffeSiberian/truck-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.35 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.35 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "trucktools",
"private": true,
"version": "0.12.4",
"type": "module",
"scripts": {
"dev": "vite",
"tsc": "tsc",
"build": "tsc && vite build",
"lint": "eslint",
"format": "prettier --write .",
"preview": "vite preview",
"tauri": "tauri"
},
"prettier": {
"tabWidth": 2,
"singleQuote": false,
"trailingComma": "es5",
"useTabs": true,
"arrowParens": "always",
"endOfLine": "auto",
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"dependencies": {
"@formkit/tempo": "1.0.0",
"@heroui/alert": "2.2.29",
"@heroui/avatar": "2.2.24",
"@heroui/button": "2.2.29",
"@heroui/card": "2.2.27",
"@heroui/checkbox": "2.3.29",
"@heroui/chip": "2.2.24",
"@heroui/divider": "2.2.21",
"@heroui/dropdown": "2.3.29",
"@heroui/image": "2.2.18",
"@heroui/input": "2.4.30",
"@heroui/modal": "2.2.26",
"@heroui/progress": "2.2.24",
"@heroui/radio": "2.3.29",
"@heroui/select": "2.4.30",
"@heroui/skeleton": "2.2.18",
"@heroui/slider": "2.4.26",
"@heroui/spinner": "2.2.26",
"@heroui/switch": "2.2.26",
"@heroui/system": "2.4.25",
"@heroui/tabs": "2.2.26",
"@heroui/theme": "2.4.25",
"@heroui/use-disclosure": "2.2.18",
"@tabler/icons-react": "3.36.1",
"@tailwindcss/vite": "4.1.18",
"@tauri-apps/api": "2.9.1",
"@tauri-apps/plugin-dialog": "2.6.0",
"@tauri-apps/plugin-fs": "2.4.5",
"@tauri-apps/plugin-os": "2.3.2",
"@tauri-apps/plugin-process": "2.3.1",
"@tauri-apps/plugin-shell": "2.3.4",
"@tauri-apps/plugin-store": "2.4.2",
"@tauri-apps/plugin-updater": "2.9.0",
"buffer": "6.0.3",
"classnames": "2.5.1",
"framer-motion": "12.26.2",
"react": "19.2.3",
"react-color-palette": "7.3.1",
"react-dom": "19.2.3",
"uuid": "13.0.0"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@tailwindcss/postcss": "4.1.18",
"@tauri-apps/cli": "2.9.6",
"@types/node": "25.0.8",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.2",
"autoprefixer": "10.4.23",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "9.39.2",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.26",
"globals": "17.0.0",
"postcss": "8.5.6",
"prettier": "3.8.0",
"prettier-plugin-tailwindcss": "0.7.2",
"tailwindcss": "4.1.18",
"typescript": "5.9.3",
"typescript-eslint": "8.53.0",
"vite": "7.3.1"
},
"packageManager": "pnpm@10.28.0"
}