27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"name": "netlink",
|
|
"private": true,
|
|
"version": "0.3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react-components": "^9.56.0",
|
|
"@fluentui/react-icons": "^2.0.258",
|
|
"@tauri-apps/api": "^2.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^7.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"typescript": "^5.5.0",
|
|
"vite": "^5.4.0"
|
|
}
|
|
}
|