mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-02-14 09:39:53 +00:00
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "@skooner-k8s/skooner-client",
|
|
"version": "0.1.0",
|
|
"homepage": ".",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com/skooner-k8s/skooner.git",
|
|
"directory": "skooner/client"
|
|
},
|
|
"dependencies": {
|
|
"@types/humanize-duration": "^3.18.1",
|
|
"@types/jest": "^26.0.14",
|
|
"@types/js-base64": "^3.0.0",
|
|
"@types/js-cookie": "^2.2.6",
|
|
"@types/lodash": "^4.14.162",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-modal": "1.6.8",
|
|
"@types/react-select": "3.0.22",
|
|
"ansi-to-react": "^5.1.1",
|
|
"humanize-duration": "^3.24.0",
|
|
"js-base64": "^2.6.4",
|
|
"js-cookie": "^2.2.1",
|
|
"lodash": "^4.17.21",
|
|
"protobufjs": "^6.10.2",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-modal": "^3.11.2",
|
|
"react-scripts": "^3.4.3",
|
|
"react-select": "^3.1.0",
|
|
"react-swipeable": "^5.5.1",
|
|
"react-switch": "^5.0.1",
|
|
"sass": "^1.43.4",
|
|
"swagger-parser": "^7.0.1",
|
|
"typescript": "4.0.3",
|
|
"xterm": "^3.14.5",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "tsc --noEmit && eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
|
|
"lint:ci": "tsc --noEmit && eslint 'src/**/*.{js,jsx,ts,tsx}'"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">5%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
|
"@typescript-eslint/parser": "^3.10.1",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-airbnb": "^17.1.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-react": "^7.21.4"
|
|
}
|
|
}
|