| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "kubecost-ui-open",
- "version": "0.0.1",
- "description": "Open source UI for Kubecost",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "preinstall": "npx npm-force-resolutions"
- },
- "author": "",
- "license": "Apache-2.0",
- "browserslist": [
- "defaults"
- ],
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@date-io/core": "^1.3.13",
- "@date-io/date-fns": "^1.3.13",
- "@material-ui/core": "^4.11.3",
- "@material-ui/icons": "^4.11.2",
- "@material-ui/pickers": "^3.3.10",
- "@material-ui/styles": "^4.11.3",
- "axios": "^0.21.2",
- "date-fns": "^2.19.0",
- "material-design-icons-iconfont": "^6.1.0",
- "prop-types": "^15.7.2",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
- "react-router-dom": "^5.2.0",
- "recharts": "^2.0.8"
- },
- "devDependencies": {
- "@babel/core": "^7.13.10",
- "@babel/plugin-proposal-class-properties": "^7.13.0",
- "@babel/plugin-transform-runtime": "^7.13.10",
- "@babel/preset-react": "^7.12.13",
- "parcel": "^2.2.1",
- "set-value": "4.0.1"
- },
- "resolutions": {
- "set-value": "4.0.1"
- }
- }
|