Files
skooner/client/package.json

47 lines
1.1 KiB
JSON

{
"name": "client",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"ansi-to-react": "^5.0.0",
"humanize-duration": "3.21.0",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.0",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-modal": "^3.8.1",
"react-scripts": "3.0.1",
"react-select": "^3.0.4",
"react-swipeable": "^5.2.3",
"react-switch": "^5.0.0",
"swagger-parser": "^7.0.0",
"xterm": "^3.14.2",
"yamljs": "^0.3.0"
},
"scripts": {
"start": "PORT=4653 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">5%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0"
}
}