|
| 1 | +{ |
| 2 | + "name": "react-use-calendar-component", |
| 3 | + "version": "0.0.0", |
| 4 | + "type": "module", |
| 5 | + "scripts": { |
| 6 | + "dev": "vite", |
| 7 | + "test": "jest", |
| 8 | + "test:watch": "jest --watch", |
| 9 | + "build:website": "tsc && vite build", |
| 10 | + "build:types": "tsc --project tsconfig.lib.json", |
| 11 | + "build:package": "vite build --mode lib && pnpm build:types", |
| 12 | + "prepublishOnly": "pnpm build:package", |
| 13 | + "preview": "vite preview" |
| 14 | + }, |
| 15 | + "license": "MIT", |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/jason89521/react-components-monorepo" |
| 19 | + }, |
| 20 | + "files": [ |
| 21 | + "dist" |
| 22 | + ], |
| 23 | + "types": "./dist/types/index.d.ts", |
| 24 | + "main": "./dist/react-use-calendar-component.umd.cjs", |
| 25 | + "module": "./dist/react-use-calendar-component.js", |
| 26 | + "devDependencies": { |
| 27 | + "@testing-library/jest-dom": "^5.16.5", |
| 28 | + "@testing-library/react": "^13.4.0", |
| 29 | + "@testing-library/user-event": "14.4.3", |
| 30 | + "@types/jest": "^29.0.3", |
| 31 | + "@types/react": "^18.0.20", |
| 32 | + "@types/react-dom": "^18.0.6", |
| 33 | + "@types/testing-library__jest-dom": "5.14.5", |
| 34 | + "@vitejs/plugin-react": "^2.1.0", |
| 35 | + "autoprefixer": "^10.4.11", |
| 36 | + "jest": "^29.0.3", |
| 37 | + "postcss": "^8.4.16", |
| 38 | + "react": "^18.2.0", |
| 39 | + "react-dom": "^18.2.0", |
| 40 | + "tailwindcss": "^3.1.8", |
| 41 | + "ts-jest": "^29.0.1", |
| 42 | + "typescript": "^4.8.3", |
| 43 | + "vite": "^3.1.3" |
| 44 | + }, |
| 45 | + "peerDependencies": { |
| 46 | + "react": ">=18.0.0" |
| 47 | + } |
| 48 | +} |
0 commit comments