mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
* Configure eslint * Fix eslint for frontend requests file * Configure no unused import in eslint * lint requests frontend file * Run lint on all pages files * Run lint on all component files * Run lint on all remaining source files * Add makefile target for frontend lint * Update frontend build
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "squeak-node-frontend",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"resolutions": {
|
|
"websocket-extensions": "^0.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "~1.1.8",
|
|
"@grpc/proto-loader": "~0.5.4",
|
|
"@material-ui/core": "^4.3.0",
|
|
"@material-ui/icons": "^4.2.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
"@material-ui/styles": "^4.3.0",
|
|
"apexcharts": "^3.22.2",
|
|
"async": "~1.5.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": "^2.6.4",
|
|
"protobufjs": "^6.10.2",
|
|
"react": "^16.14.0",
|
|
"react-apexcharts": "^1.3.3",
|
|
"react-dom": "^16.14.0",
|
|
"react-google-maps": "^9.4.5",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "^3.4.4",
|
|
"react-syntax-highlighter": "^11.0.2",
|
|
"react-toastify": "^5.3.2",
|
|
"recharts": "^1.6.2",
|
|
"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": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-plugin-unused-imports": "^1.1.4",
|
|
"prettier": "^1.19.1",
|
|
"terser": "^3.17.0"
|
|
}
|
|
}
|