| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "@d8d/mini-shared-ui-components",
- "version": "1.0.0",
- "type": "module",
- "description": "Taro共享UI组件包",
- "main": "src/index.ts",
- "types": "src/index.ts",
- "exports": {
- ".": {
- "types": "./src/index.ts",
- "import": "./src/index.ts",
- "require": "./src/index.ts"
- },
- "./testing": {
- "types": "./testing/index.ts",
- "import": "./testing/index.ts",
- "require": "./testing/index.ts"
- }
- },
- "scripts": {
- "build": "tsc",
- "dev": "tsc --watch",
- "typecheck": "tsc --noEmit",
- "test": "jest",
- "test:watch": "jest --watch",
- "test:coverage": "jest --coverage",
- "test:components": "jest tests/components"
- },
- "dependencies": {
- "@tarojs/components": "4.1.4",
- "@tarojs/react": "4.1.4",
- "@tarojs/taro": "4.1.4",
- "@radix-ui/react-slot": "^1.2.3",
- "class-variance-authority": "^0.7.1",
- "clsx": "^2.1.1",
- "react": "^18.0.0",
- "react-dom": "^18.0.0",
- "react-hook-form": "^7.62.0",
- "@weapp-tailwindcss/merge": "^1.2.3"
- },
- "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"
- },
- "files": [
- "src",
- "testing"
- ]
- }
|