-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 957 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 957 Bytes
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
{
"name": "byte-me",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "pnpm generate-types && tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"tauri": "tauri",
"generate-types": "cargo test --manifest-path src-tauri/Cargo.toml -- --test export_bindings"
},
"dependencies": {
"@nivo/core": "^0.99.0",
"@nivo/line": "^0.99.0",
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-opener": "^2.5.3",
"lucide-react": "^0.562.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2",
"ts-pattern": "^5.9.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@tsconfig/vite-react": "^7.0.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"vite": "^8.0.3",
"vitest": "^4.1.2"
}
}