starling-devex 0.1.2

Starling: a local dev orchestrator with a central daemon, shared named-URL proxy, and a k9s-style TUI (a Rust port of Tilt + portless)
{
  "name": "tilt-ui",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@material-ui/core": "^4.11.2",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/styles": "^4.11.5",
    "@types/file-saver": "^2.0.5",
    "file-saver": "^2.0.5",
    "history": "^4.9.0",
    "js-cookie": "^2.2.1",
    "moment": "^2.29.4",
    "notistack": "^1.0.10",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-from-dom": "^0.6.0",
    "react-modal": "^3.14.4",
    "react-outline-manager": "^1.2.2",
    "react-router": "^6.23.1",
    "react-router-dom": "^6.23.1",
    "react-split-pane": "^0.1.92",
    "react-storage-hooks": "^4.0.1",
    "react-table": "^7.7.0",
    "react-timeago": "^4.4.0",
    "regex-escape": "^3.4.10",
    "styled-components": "^5.3.5"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "ci": "react-scripts test --runInBand --reporters=default --reporters=jest-junit",
    "test-debug": "react-scripts --inspect-brk test --runInBand --no-cache",
    "eject": "react-scripts eject",
    "eslint": "eslint --fix 'src/**/*.ts*'",
    "prettier": "prettier --write \"src/**/*.ts*\"",
    "check": "prettier --check \"src/**/*.ts*\" && tsc -p . && eslint 'src/**/*.ts*'",
    "storybook": "start-storybook -p 9009 -s public",
    "build-storybook": "build-storybook -s public"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "devDependencies": {
    "@storybook/addon-essentials": "^6.5.16",
    "@storybook/addons": "^6.5.16",
    "@storybook/builder-webpack5": "^6.5.16",
    "@storybook/manager-webpack5": "^6.5.16",
    "@storybook/preset-create-react-app": "^4.1.2",
    "@storybook/react": "^6.5.16",
    "@testing-library/dom": "^8.11.1",
    "@testing-library/jest-dom": "^5.16.1",
    "@testing-library/react": "^12.1.2",
    "@testing-library/user-event": "^13.5.0",
    "@types/history": "^4.7.2",
    "@types/jest": "^27.0.2",
    "@types/js-cookie": "^2.2.2",
    "@types/jsdom": "^16.2.13",
    "@types/node": "^16.11.7",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.2",
    "@types/react-modal": "^3.13.1",
    "@types/react-router-dom": "^5.3.3",
    "@types/react-table": "^7.7.8",
    "@types/react-timeago": "^4.1.0",
    "@types/styled-components": "^5.1.15",
    "@typescript-eslint/eslint-plugin": "^5.3.1",
    "@typescript-eslint/parser": "^5.3.1",
    "babel-loader": "8.1.0",
    "blob-polyfill": "^7.0.20220408",
    "eslint": "^7.11.0",
    "eslint-plugin-jest": "^25.2.4",
    "eslint-plugin-react": "^7.27.0",
    "fetch-mock": "^9.11.0",
    "jest-junit": "^13.0.0",
    "jsdom": "^18.1.0",
    "prettier": "2.4.1",
    "prettier-plugin-organize-imports": "^2.3.4",
    "react-scripts": "^5.0.1",
    "sass": "^1.52.2",
    "typescript": "^4.4.4",
    "webpack": "5"
  },
  "engines": {
    "node": ">=20"
  },
  "packageManager": "yarn@4.9.3"
}