react-table-mapping
Version:
124 lines (123 loc) • 3.43 kB
JSON
{
"name": "react-table-mapping",
"version": "1.0.0-beta.16",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./styles": {
"import": "./dist/react-table-mapping.css",
"require": "./dist/react-table-mapping.css",
"default": "./dist/react-table-mapping.css"
},
"./dist/react-table-mapping.css": "./dist/react-table-mapping.css"
},
"style": "./dist/react-table-mapping.css",
"sideEffects": [
"**/*.css"
],
"files": [
"dist"
],
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"build:lib": "rm -rf dist && cross-env NODE_ENV=publish vite build",
"build:types": "tsc --project tsconfig.lib.json",
"build:lib:analyze": "rm -rf dist && cross-env NODE_ENV=publish ANALYZE=true vite build",
"lint": "eslint --fix",
"lint:check": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type": "tsc --noEmit",
"preview": "vite preview",
"prepublishOnly": "npm run build:lib",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"prepare": "husky"
},
"dependencies": {
"lucide-react": "^0.536.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@playwright/test": "^1.55.0",
"@storybook/addon-docs": "^9.1.0",
"@storybook/addon-themes": "^9.1.0",
"@storybook/react-vite": "^9.1.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^24.0.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"cross-env": "^10.0.0",
"es-toolkit": "^1.37.2",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^9.1.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"rollup-plugin-visualizer": "^6.0.3",
"storybook": "^9.1.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1",
"vite-plugin-dts": "^4.5.4"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"yarn lint",
"yarn format"
],
"*.{json,md,css}": [
"yarn format"
]
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3"
},
"engines": {
"node": ">=22.0.0"
},
"author": {
"name": "donghyun-git",
"email": "ax34554@gmail.com",
"url": "https://github.com/donghyun-git"
},
"keywords": [
"react",
"typescript",
"table",
"mapping",
"field-mapping",
"data-mapping",
"table-mapping"
],
"repository": {
"type": "git",
"url": "https://github.com/react-table-mapping/react-table-mapping"
},
"homepage": "https://github.com/react-table-mapping/react-table-mapping#readme",
"license": "MIT"
}