non_npm_packages: 01F0/flashforge-finder-dashboard, package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| 69885ac2cac2096ece275c54baf3e16c008a3f1a | {
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"dependencies": {
"axios": "^0.21.1",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.1",
"websocket": "^1.0.33"
},
"description": "A simple dashboard for FlashForge Finder printers. Uses a flask backend api to communicate with the meters.",
"eslintConfig": {
"extends": [
"react-app"
]
},
"name": "flashforge-finder-ui",
"private": true,
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start"
},
"version": "1.1.0"
} |
01F0 | package.json | 01F0/flashforge-finder-dashboard |