|
|
@@ -1,13 +1,15 @@
|
|
|
{
|
|
|
"name": "kubecost-ui-open",
|
|
|
- "version": "0.0.0",
|
|
|
+ "version": "0.0.1",
|
|
|
"description": "Open source UI for Kubecost",
|
|
|
- "main": "index.js",
|
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
},
|
|
|
"author": "",
|
|
|
"license": "Apache-2.0",
|
|
|
+ "browserslist": [
|
|
|
+ "defaults"
|
|
|
+ ],
|
|
|
"dependencies": {
|
|
|
"@babel/runtime": "^7.13.10",
|
|
|
"@date-io/core": "^1.3.13",
|
|
|
@@ -27,7 +29,9 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@babel/core": "^7.13.10",
|
|
|
+ "@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
|
"@babel/plugin-transform-runtime": "^7.13.10",
|
|
|
- "parcel-bundler": "^1.12.5"
|
|
|
+ "@babel/preset-react": "^7.12.13",
|
|
|
+ "parcel": "*"
|
|
|
}
|
|
|
}
|