mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
* Update some frontend dependencies * Update yarn * Upgraded dependences with yarn upgrade --latest * Got frontend working with upgraded dependencies * Update frontend build
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "squeak-node-frontend",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"resolutions": {
|
|
"websocket-extensions": "^0.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.6.0",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@grpc/grpc-js": "~1.4.4",
|
|
"@grpc/proto-loader": "~0.6.7",
|
|
"@material-ui/core": "^4.12.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
"@material-ui/styles": "^4.11.4",
|
|
"@mui/icons-material": "^5.1.1",
|
|
"@mui/material": "^5.1.1",
|
|
"@mui/styled-engine": "^5.1.1",
|
|
"apexcharts": "^3.22.2",
|
|
"async": "~3.2.2",
|
|
"classnames": "^2.2.6",
|
|
"font-awesome": "^4.7.0",
|
|
"google-protobuf": "^3.12.4",
|
|
"grpc-web": "^1.2.1",
|
|
"moment": "^2.29.1",
|
|
"mui-datatables": "^4.0.0",
|
|
"protobufjs": "^6.10.2",
|
|
"react": "^17.0.2",
|
|
"react-apexcharts": "^1.3.3",
|
|
"react-copy-to-clipboard": "^5.0.4",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "^4.0.3",
|
|
"react-syntax-highlighter": "^15.4.5",
|
|
"react-toastify": "^8.1.0",
|
|
"recharts": "^2.1.6",
|
|
"tinycolor2": "^1.4.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.4.1",
|
|
"terser": "^5.10.0"
|
|
}
|
|
}
|