mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-03-03 09:30:25 +00:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"dependencies": {
|
|
"@types/humanize-duration": "^3.18.0",
|
|
"@types/js-base64": "^3.0.0",
|
|
"@types/js-cookie": "^2.2.6",
|
|
"@types/lodash": "^4.14.158",
|
|
"@types/react": "^16.9.44",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-modal": "1.6.8",
|
|
"@types/react-select": "^3.0.16",
|
|
"@types/yamljs": "^0.2.31",
|
|
"ansi-to-react": "^5.1.1",
|
|
"humanize-duration": "^3.23.1",
|
|
"js-base64": "^2.6.4",
|
|
"js-cookie": "^2.2.1",
|
|
"lodash": "^4.17.19",
|
|
"node-sass": "^4.14.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-modal": "^3.11.2",
|
|
"react-scripts": "3.4.1",
|
|
"react-select": "^3.1.0",
|
|
"react-swipeable": "^5.5.1",
|
|
"react-switch": "^5.0.1",
|
|
"swagger-parser": "^7.0.1",
|
|
"typescript": "^3.9.7",
|
|
"xterm": "^3.14.5",
|
|
"yamljs": "^0.3.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"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">5%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^3.8.0",
|
|
"@typescript-eslint/parser": "^3.8.0",
|
|
"eslint": "^6.6.0",
|
|
"cross-env": "^7.0.2",
|
|
"eslint-config-airbnb": "^17.1.1",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-react": "^7.20.5"
|
|
}
|
|
}
|