|
| 1 | +{ |
| 2 | + "name": "edc-device-catalog-search", |
| 3 | + "version": "9.0.0", |
| 4 | + "private": true, |
| 5 | + "homepage": "https://github.ibm.com/omnio/edgeconfig-device-search.git", |
| 6 | + "scripts": { |
| 7 | + "start": "react-scripts start", |
| 8 | + "build": "react-scripts build", |
| 9 | + "test": "react-scripts test", |
| 10 | + "eject": "react-scripts eject", |
| 11 | + "storybook": "storybook dev -p 6006", |
| 12 | + "build-storybook": "storybook build", |
| 13 | + "deploy-storybook": "gh-pages -d storybook-static" |
| 14 | + }, |
| 15 | + "eslintConfig": { |
| 16 | + "extends": [ |
| 17 | + "react-app", |
| 18 | + "react-app/jest", |
| 19 | + "plugin:storybook/recommended" |
| 20 | + ] |
| 21 | + }, |
| 22 | + "browserslist": { |
| 23 | + "production": [ |
| 24 | + ">0.2%", |
| 25 | + "not dead", |
| 26 | + "not op_mini all" |
| 27 | + ], |
| 28 | + "development": [ |
| 29 | + "last 1 chrome version", |
| 30 | + "last 1 firefox version", |
| 31 | + "last 1 safari version" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 36 | + "@storybook/blocks": "^7.6.19", |
| 37 | + "@storybook/manager-api": "^7.6.19", |
| 38 | + "@storybook/preset-create-react-app": "^7.6.19", |
| 39 | + "@storybook/react": "^7.6.19", |
| 40 | + "@storybook/react-webpack5": "^7.6.19", |
| 41 | + "@storybook/testing-library": "^0.2.2", |
| 42 | + "@storybook/theming": "^7.6.19", |
| 43 | + "babel-plugin-named-exports-order": "^0.0.2", |
| 44 | + "eslint-plugin-storybook": "^0.6.15", |
| 45 | + "gh-pages": "^6.1.1", |
| 46 | + "prop-types": "^15.8.1", |
| 47 | + "storybook": "^7.6.19", |
| 48 | + "webpack": "^5.91.0" |
| 49 | + }, |
| 50 | + "dependencies": { |
| 51 | + "@testing-library/jest-dom": "^6.4.5", |
| 52 | + "@testing-library/react": "^14.3.1", |
| 53 | + "@testing-library/user-event": "^14.5.2", |
| 54 | + "@types/jest": "^29.5.12", |
| 55 | + "@types/node": "^20.12.12", |
| 56 | + "@types/react": "^18.3.3", |
| 57 | + "@types/react-dom": "^18.3.0", |
| 58 | + "carbon-addons-iot-react": "^2.154.0-next.25", |
| 59 | + "carbon-components": "10.56.0", |
| 60 | + "carbon-components-react": "7.56.0", |
| 61 | + "d3": "^7.9.0", |
| 62 | + "papaparse": "^5.4.1", |
| 63 | + "react": "^18.3.1", |
| 64 | + "react-dom": "^18.3.1", |
| 65 | + "react-scripts": "^5.0.1", |
| 66 | + "typescript": "^5.4.5", |
| 67 | + "web-vitals": "^3.5.2" |
| 68 | + } |
| 69 | +} |
0 commit comments