@mass001/pro-components
Version:
A React Pro Components library based on Arco Design, including CTable and more
104 lines (103 loc) • 3.23 kB
JSON
{
"name": "@mass001/pro-components",
"version": "1.0.0",
"description": "A React Pro Components library based on Arco Design, including CTable and more",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "npm run clean && npm run build:lib && npm run build:types && npm run build:check",
"build:lib": "rollup -c",
"build:types": "tsc -p tsconfig.build.json",
"build:check": "node scripts/build-check.js",
"clean": "rimraf dist",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest --coverage",
"test:ui": "vitest --ui",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"format": "prettier --write src/**/*.{ts,tsx}",
"format:check": "prettier --check src/**/*.{ts,tsx}",
"type-check": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"preview": "vite preview",
"prepublishOnly": "node scripts/pre-publish.js && npm run type-check && npm run build",
"release": "npm run prepublishOnly && npm publish --access public"
},
"keywords": [
"react",
"typescript",
"pro-components",
"component-library",
"table",
"arco-design",
"ctable",
"data-table",
"search",
"pagination",
"sorting",
"filtering",
"mass",
"Mass001-he"
],
"author": "usermass001",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Mass001-he/pro-components.git"
},
"bugs": {
"url": "https://github.com/Mass001-he/pro-components/issues"
},
"homepage": "https://github.com/Mass001-he/pro-components#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"@arco-design/web-react": ">=2.0.0"
},
"devDependencies": {
"@arco-design/web-react": "^2.62.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^7.6.7",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
}
}