swsui
Version:
React UI for [Kiali](https://github.com/kiali/swscore).
88 lines (87 loc) • 3.59 kB
JSON
{
"name": "swsui",
"version": "0.2.10-SNAPSHOT.479",
"bugs": {
"url": "https://issues.jboss.org/projects/KIALI/issues/"
},
"dependencies": {
"axios": "~0.17.1",
"cytoscape": "^3.2.10",
"cytoscape-cola": "^2.2.0",
"cytoscape-cose-bilkent": "^4.0.0",
"cytoscape-dagre": "^2.2.0",
"cytoscape-klay": "^3.1.0",
"lodash": "~4.17.5",
"patternfly": "~3.38.1",
"patternfly-react": "~1.8.2",
"react": "~16.2.0",
"react-bootstrap": "~0.32.1",
"react-dom": "~16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.13.0",
"url-search-params": "^0.10.0"
},
"scripts": {
"copy-fonts": "cp -r node_modules/patternfly/dist/fonts src/",
"copy-img": "cp -r node_modules/patternfly/dist/img src/",
"build-css": "node-sass-chokidar src/ --output-style compressed $npm_package_sassIncludes_src $npm_package_sassIncludes_patternfly $npm_package_sassIncludes_patternflyReact $npm_package_sassIncludes_bootstrap $npm_package_sassIncludes_fontAwesome -o src/",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json}\"",
"lint": "tslint --project ./tsconfig.json",
"start": "npm run copy-fonts && npm run copy-img && npm run build-css && npm run prettier && REACT_APP_VERSION=$npm_package_version REACT_APP_NAME=$npm_package_name REACT_APP_GIT_HASH=$npm_package_gitHead react-scripts-ts start",
"build": "npm run copy-fonts && npm run copy-img && npm run build-css && npm run prettier && REACT_APP_VERSION=$npm_package_version REACT_APP_NAME=$npm_package_name REACT_APP_GIT_HASH=$npm_package_gitHead react-scripts-ts build",
"test": "npm run prettier && react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"set-snapshot-version": "npm-snapshot",
"precommit": "npm run prettier -- --list-different || (echo 'Above file(s) were modified by prettier, check them before commiting' && false)"
},
"devDependencies": {
"@storybook/addon-actions": "^3.3.12",
"@storybook/addon-links": "^3.3.12",
"@storybook/addons": "^3.3.12",
"@storybook/react": "^3.3.12",
"@types/enzyme": "^3.1.9",
"@types/jest": "~22.1.1",
"@types/lodash": "~4.14.103",
"@types/node": "~9.4.0",
"@types/react": "~16.0.36",
"@types/react-dom": "~16.0.3",
"@types/react-router-dom": "^4.2.4",
"@types/url-search-params": "^0.10.1",
"axios-mock-adapter": "^1.14.1",
"babel-core": "^6.26.0",
"coveralls": "^3.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"husky": "^0.14.3",
"jest-canvas-mock": "^1.0.2",
"node-sass-chokidar": "0.0.3",
"npm-snapshot": "^1.0.3",
"prettier": "^1.10.2",
"typescript": "~2.7.1"
},
"sassIncludes": {
"src": "--include-path src",
"patternfly": "--include-path node_modules/patternfly/dist/sass",
"patternflyReact": "--include-path node_modules/patternfly-react/dist/sass",
"bootstrap": "--include-path node_modules/patternfly/node_modules/bootstrap-sass/assets/stylesheets",
"fontAwesome": "--include-path node_modules/patternfly/node_modules/font-awesome-sass/assets/stylesheets"
},
"description": "React UI for [Kiali](https://github.com/kiali/swscore).",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kiali/swsui.git"
},
"keywords": [
"mesh",
"istio",
"openshift",
"observability",
"monitoring"
],
"author": "Red Hat",
"license": "Apache-2.0",
"homepage": "/"
}