UNPKG

nhfs

Version:

NHFS — A sleek HTTP file server for the web built with Next.js and HeroUI. (Alpha)

124 lines (123 loc) 3.58 kB
{ "name": "nhfs", "version": "0.1.34", "description": "NHFS — A sleek HTTP file server for the web built with Next.js and HeroUI. (Alpha)", "private": false, "scripts": { "dev": " echo http://localhost:3000/test-dir/ && next dev --turbopack", "build": "next build --turbo && npm run build:move", "build:move": "cp -r public .next/standalone/ && cp -r .next/static .next/standalone/.next/ && cp -rf .next/standalone ./dist", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "format:check": "prettier .", "format": "prettier -w ." }, "bin": { "nhfs": "bin.js" }, "author": { "email": "alisanan9090@gmail.com", "name": "Ali Sanan", "url": "https://devshell.blog/about" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/AliSananS/NHFS.git" }, "bugs": { "url": "https://github.com/AliSananS/NHFS/issues" }, "homepage": "https://github.com/AliSananS/NHFS#readme", "keywords": [ "file-server", "http-file-server", "nextjs", "nextjs-file-manager", "heroui", "react", "file-manager", "upload", "drag-and-drop", "nodejs", "storage", "file-upload", "web-file-server", "open-source", "file-sharing" ], "engines": { "node": ">=18.18.0" }, "dependencies": { "@heroui/breadcrumbs": "^2.2.17", "@heroui/button": "2.2.21", "@heroui/card": "^2.2.21", "@heroui/code": "2.2.16", "@heroui/divider": "^2.2.15", "@heroui/dropdown": "^2.3.22", "@heroui/image": "^2.2.15", "@heroui/input": "2.4.21", "@heroui/kbd": "2.2.17", "@heroui/link": "2.2.18", "@heroui/listbox": "2.3.20", "@heroui/modal": "^2.2.20", "@heroui/navbar": "2.2.19", "@heroui/popover": "^2.3.23", "@heroui/progress": "^2.2.20", "@heroui/snippet": "^2.2.24", "@heroui/switch": "2.2.19", "@heroui/system": "^2.4.19", "@heroui/table": "^2.2.20", "@heroui/theme": "2.4.17", "@heroui/toast": "^2.0.12", "@heroui/tooltip": "^2.2.20", "@react-aria/ssr": "3.9.9", "@react-aria/visually-hidden": "3.8.24", "@solar-icons/react": "^1.0.1", "arg": "^5.0.2", "clsx": "2.1.1", "framer-motion": "11.13.1", "intl-messageformat": "10.7.16", "mime-types": "^3.0.1", "next": "^15.4.3", "next-themes": "0.4.6", "react": "18.3.1", "react-dom": "18.3.1", "react-dropzone": "^14.3.8" }, "devDependencies": { "@eslint/compat": "1.2.8", "@eslint/eslintrc": "3.3.1", "@eslint/js": "9.25.1", "@next/eslint-plugin-next": "^15.4.2", "@react-types/shared": "3.30.0", "@types/mime-types": "^3.0.1", "@types/node": "22.15.3", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "8.31.1", "@typescript-eslint/parser": "^8.35.0", "@yao-pkg/pkg": "^6.6.0", "autoprefixer": "10.4.21", "eslint": "^9.31.0", "eslint-config-next": "15.3.1", "eslint-config-prettier": "10.1.2", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.2.6", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-unused-imports": "4.1.4", "globals": "16.0.0", "postcss": "8.5.3", "prettier": "3.5.3", "prettier-eslint": "^16.4.2", "prettier-plugin-tailwindcss": "^0.6.13", "tailwind-variants": "0.3.0", "tailwindcss": "3.4.16", "typescript": "5.6.3" } }