mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-05 23:14:31 -06:00
39 lines
957 B
JSON
39 lines
957 B
JSON
{
|
|
"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.1.16",
|
|
"@tauri-apps/api": "^2.9.0",
|
|
"@tauri-apps/plugin-opener": "^2.5.0",
|
|
"lucide-react": "^0.546.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^4.1.16",
|
|
"ts-pattern": "^5.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.9.1",
|
|
"@tsconfig/vite-react": "^7.0.1",
|
|
"@types/react": "^18.3.26",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"prettier": "^3.6.2",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^6.4.1",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|