| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "@d8d/rencai-shared-ui",
- "version": "1.0.0",
- "type": "module",
- "description": "人才小程序共享UI组件包 - 提供布局组件和通用UI组件",
- "main": "src/index.ts",
- "types": "src/index.ts",
- "exports": {
- ".": {
- "types": "./dist/src/index.d.ts",
- "import": "./dist/src/index.js",
- "require": "./dist/src/index.js"
- },
- "./components/*": {
- "types": "./src/components/*.tsx",
- "import": "./src/components/*.tsx",
- "require": "./src/components/*.tsx"
- }
- },
- "scripts": {
- "build": "tsc",
- "dev": "tsc --watch",
- "typecheck": "tsc --noEmit",
- "test": "jest",
- "test:watch": "jest --watch",
- "test:coverage": "jest --coverage"
- },
- "dependencies": {
- "@d8d/mini-shared-ui-components": "workspace:*",
- "@tarojs/components": "4.1.4",
- "@tarojs/plugin-platform-weapp": "4.1.4",
- "@tarojs/react": "4.1.4",
- "@tarojs/taro": "4.1.4",
- "@tanstack/react-query": "^5.90.12",
- "react": "^18.0.0",
- "react-dom": "^18.0.0"
- },
- "devDependencies": {
- "@testing-library/jest-dom": "^6.8.0",
- "@testing-library/react": "^16.3.0",
- "@testing-library/user-event": "^14.6.1",
- "@types/jest": "^29.5.14",
- "@types/node": "^18",
- "@types/react": "^18.0.0",
- "@types/react-dom": "^18.0.0",
- "jest": "^30.2.0",
- "jest-environment-jsdom": "^29.7.0",
- "ts-jest": "^29.4.5",
- "typescript": "^5.4.5",
- "@d8d/mini-testing-utils": "workspace:*"
- },
- "files": [
- "src"
- ],
- "keywords": [
- "rencai",
- "talent",
- "shared",
- "components",
- "layout",
- "mini",
- "taro",
- "react"
- ],
- "author": "D8D Team",
- "license": "MIT"
- }
|