GithubHelp home page GithubHelp logo

Comments (1)

sfc-gh-kbregula avatar sfc-gh-kbregula commented on July 28, 2024

From what I can see, this problem has already been solved.

git ls-files -z | xargs -0 -n 1 echo  | grep package.json | tr '\n' '\0' | xargs -0 cat | jq '{devDependencies: .devDependencies, dependencies:.dependencies}'
{
  "devDependencies": {
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "react-scripts": "^5.0.1",
    "typescript": "^4.2.0"
  },
  "dependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "streamlit-component-lib": "^2.0.0"
  }
}
{
  "devDependencies": null,
  "dependencies": {
    "@types/jest": "^24.0.0",
    "@types/node": "^12.0.0",
    "react-scripts": "^5.0.1",
    "streamlit-component-lib": "^2.0.0",
    "typescript": "^4.2.0"
  }
}
{
  "devDependencies": {
    "@types/lodash": "4.14.150",
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "react-scripts": "^5.0.1",
    "typescript": "^4.2.0"
  },
  "dependencies": {
    "lodash": "4.17.21",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "streamlit-component-lib": "^2.0.0"
  }
}
{
  "devDependencies": {
    "@types/lodash": "^4.14.150",
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "@types/yup": "^0.29.3",
    "react-scripts": "^5.0.1",
    "typescript": "^4.2.0"
  },
  "dependencies": {
    "@emotion/react": "^11.11.0",
    "@emotion/styled": "^11.11.0",
    "@material-ui/core": "^4.12.4",
    "formik": "^2.1.5",
    "lodash": "^4.17.15",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "sass": "^1.62.1",
    "streamlit-component-lib": "^2.0.0",
    "yup": "^0.29.1"
  }
}
{
  "devDependencies": {
    "@types/lodash": "^4.14.150",
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "react-scripts": "^5.0.1",
    "typescript": "^4.2.0"
  },
  "dependencies": {
    "baseui": "^12.2.0",
    "lodash": "^4.17.15",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "streamlit-component-lib": "^2.0.0",
    "styletron-engine-atomic": "^1.5.0",
    "styletron-react": "^6.1.0"
  }
}
{
  "devDependencies": {
    "@types/lodash": "^4.14.150",
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "react-scripts": "^5.0.1",
    "typescript": "^4.2.0"
  },
  "dependencies": {
    "@devexpress/dx-react-core": "2.7.6",
    "@devexpress/dx-react-grid": "2.7.6",
    "@devexpress/dx-react-grid-material-ui": "2.7.6",
    "@emotion/react": "^11.11.0",
    "@emotion/styled": "^11.11.0",
    "@material-ui/core": "^4.12.4",
    "@material-ui/icons": "^4.11.3",
    "lodash": "^4.17.15",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "streamlit-component-lib": "^2.0.0"
  }
}
{
  "devDependencies": null,
  "dependencies": {
    "@types/jest": "^24.0.0",
    "@types/node": "^12.0.0",
    "react-scripts": "^5.0.1",
    "streamlit-component-lib": "^2.0.0",
    "typescript": "^4.2.0"
  }
}
{
  "devDependencies": {
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "react-scripts": "^5.0.1",
    "typescript": "^4.2.0"
  },
  "dependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "streamlit-component-lib": "^2.0.0"
  }
}

Related PR: https://github.com/streamlit/component-template/pull/32/files#diff-07dc26d54de3aff4cedb1389cdcdd1006c013659786f01855040c10fe6969598

from component-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.