| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "opencost-ui",
- "description": "Open source UI for OpenCost",
- "version": "0.1.0",
- "license": "Apache-2.0",
- "scripts": {
- "build": "npx parcel build src/index.html",
- "serve": "npx parcel serve src/index.html --no-cache",
- "clean": "rm -rf dist/*",
- "test": "echo \"Error: no test specified\" && exit 1",
- "preinstall": "npx npm-force-resolutions"
- },
- "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.5",
- "axios": "^1.4.0",
- "date-fns": "^2.30.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.2.0"
- },
- "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",
- "buffer": "^6.0.3",
- "parcel": "^2.2.1",
- "process": "^0.11.10",
- "set-value": "4.0.1"
- },
- "resolutions": {
- "set-value": "4.0.1"
- }
- }
|