{ "name": "kubecost-ui-open", "version": "0.0.0", "description": "Open source UI for Kubecost", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "Apache-2.0", "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.1", "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-transform-runtime": "^7.13.10", "parcel-bundler": "^1.12.5" } }