|
| 1 | +{ |
| 2 | + "name": "bdp-ui", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "./dist/index.js", |
| 5 | + "module": "./dist/index.mjs", |
| 6 | + "types": "./dist/index.d.ts", |
| 7 | + "files": [ |
| 8 | + "dist" |
| 9 | + ], |
| 10 | + "scripts": { |
| 11 | + "build": "tsup", |
| 12 | + "clean": "rm -rf dist", |
| 13 | + "dev": "tsup --watch", |
| 14 | + "test": "jest", |
| 15 | + "prepublishOnly": "npm run build", |
| 16 | + "storybook": "storybook dev -p 6006", |
| 17 | + "build-storybook": "storybook build" |
| 18 | + }, |
| 19 | + "license": "MIT", |
| 20 | + "description": "", |
| 21 | + "peerDependencies": { |
| 22 | + "react": "^17.0.0 || ^18.0.0", |
| 23 | + "react-dom": "^17.0.0 || ^18.0.0" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@chromatic-com/storybook": "^1.5.0", |
| 27 | + "@storybook/addon-essentials": "^8.1.10", |
| 28 | + "@storybook/addon-interactions": "^8.1.10", |
| 29 | + "@storybook/addon-links": "^8.1.10", |
| 30 | + "@storybook/addon-onboarding": "^8.1.10", |
| 31 | + "@storybook/addon-webpack5-compiler-swc": "^1.0.4", |
| 32 | + "@storybook/blocks": "^8.1.10", |
| 33 | + "@storybook/react": "^8.1.10", |
| 34 | + "@storybook/react-webpack5": "^8.1.10", |
| 35 | + "@storybook/test": "^8.1.10", |
| 36 | + "@testing-library/jest-dom": "^6.4.6", |
| 37 | + "@testing-library/react": "^16.0.0", |
| 38 | + "@types/react": "^18.3.3", |
| 39 | + "@types/react-dom": "^18.3.0", |
| 40 | + "jest": "^29.7.0", |
| 41 | + "jest-environment-jsdom": "^29.7.0", |
| 42 | + "react": "^17.0.0 || ^18.0.0", |
| 43 | + "react-dom": "^17.0.0 || ^18.0.0", |
| 44 | + "storybook": "^8.1.10", |
| 45 | + "tsup": "^8.1.0", |
| 46 | + "typescript": "^5.5.2" |
| 47 | + } |
| 48 | +} |
0 commit comments