40 lines
1,005 B
JSON
40 lines
1,005 B
JSON
{
|
|
"name": "squirreldisk-tauri",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"d3": "^7.8.2",
|
|
"mongoid-js": "^1.3.0",
|
|
"pretty-bytes": "^6.0.0",
|
|
"react": "^18.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.8.0",
|
|
"shade-blend-color": "^1.0.0",
|
|
"uuid": "^9.0.0",
|
|
"vscode-icons-js": "^11.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.2.2",
|
|
"@types/d3": "^7.4.0",
|
|
"@types/node": "^18.7.10",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-beautiful-dnd": "^13.1.3",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/uuid": "^9.0.0",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|