UNPKG

next-fast-table

Version:

A super-fast form building solution for full-stack developers, build your data forms in one minute.

65 lines 1.66 kB
{ "name": "next-fast-table", "version": "1.0.9", "description": "A super-fast form building solution for full-stack developers, build your data forms in one minute.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "keywords": [ "next", "nexttable", "table", "next fast table", "nextui", "next table server action", "react", "react table", "react fast table", "next admin" ], "scripts": { "build": "tsup" }, "files": [ "dist" ], "author": "blaine", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Haiananan/next-fast-table.git" }, "dependencies": { "@iconify/react": "^5.0.1", "@internationalized/date": "^3.5.4", "@nextui-org/react": "*", "@tanstack/react-query": "^5.51.8", "@tanstack/react-table": "^8.19.3", "framer-motion": "^11.3.8", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.52.1", "react-json-pretty": "^2.2.0", "react-use": "^17.5.0", "sonner": "^1.5.0", "ua-parser-js": "^1.0.38" }, "devDependencies": { "@babel/core": "^7.24.9", "@babel/preset-env": "^7.24.8", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/ua-parser-js": "^0.7.39", "autoprefixer": "^10.0.0", "babel-loader": "^9.1.3", "postcss": "^8.0.0", "tailwindcss": "^2.0.0", "tsup": "^5.0.0", "typescript": "^4.9.5", "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" } }