spacedrive/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2021-09-22 06:27:02 +00:00
{
"name": "drive",
2021-09-22 06:27:02 +00:00
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-beta.6",
"@types/babel-core": "^6.25.7",
"@types/byte-size": "^8.1.0",
2021-09-22 06:27:02 +00:00
"@types/react": "^17.0.18",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.1",
2021-09-27 05:07:27 +00:00
"@types/tailwindcss": "^2.2.1",
2021-09-22 06:27:02 +00:00
"concurrently": "^6.2.1",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"scripts": {
"vite": "vite",
"dev": "concurrently \"yarn tauri dev\" \"vite\"",
"tauri": "tauri",
"build": "vite build && tauri build"
},
"dependencies": {
"@apollo/client": "^3.4.7",
"@headlessui/react": "^1.4.0",
2021-10-06 00:28:47 +00:00
"@heroicons/react": "^1.0.4",
2021-09-22 06:27:02 +00:00
"@tauri-apps/api": "^1.0.0-beta.5",
"@types/pretty-bytes": "^5.2.0",
"@types/react-table": "^7.7.6",
2021-09-22 06:27:02 +00:00
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^9",
"byte-size": "^8.1.0",
2021-10-05 04:16:12 +00:00
"clsx": "^1.1.1",
"immer": "^9.0.6",
2021-09-22 06:27:02 +00:00
"phosphor-react": "^1.3.1",
"pretty-bytes": "^5.6.0",
2021-09-22 06:27:02 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-router-dom": "^5.2.0",
2021-10-23 21:30:36 +00:00
"react-spline": "^1.2.1",
"react-virtualized": "^9.22.3",
"rooks": "^5.7.1",
2021-10-05 04:16:12 +00:00
"tailwindcss": "^2.2.16",
2021-09-22 06:27:02 +00:00
"vite": "^2.4.4",
"vite-tsconfig-paths": "^3.3.13",
"zustand": "^3.5.13"
2021-09-22 06:27:02 +00:00
}
}