{ "name": "nni-webui", "version": "0.1.0", "license": "MIT", "dependencies": { "axios": "^0.19.0", "babel-eslint": "10.0.1", "babel-jest": "24.7.1", "babel-loader": "8.0.5", "babel-plugin-named-asset-import": "^0.3.2", "babel-preset-react-app": "^8.0.0", "case-sensitive-paths-webpack-plugin": "2.2.0", "copy-to-clipboard": "^3.0.8", "css-loader": "2.1.1", "d3": "^5.16.0", "dotenv": "6.2.0", "dotenv-expand": "4.2.0", "echarts": "^4.5.0", "echarts-for-react": "^2.0.15-beta.1", "file-loader": "3.0.1", "fs-extra": "7.0.1", "html-webpack-plugin": "4.0.0-beta.5", "identity-obj-proxy": "3.0.0", "is-wsl": "^1.1.0", "jest": "24.7.1", "jest-environment-jsdom-fourteen": "0.1.0", "jest-resolve": "24.7.1", "jest-watch-typeahead": "0.3.0", "json5": "^2.1.1", "mini-css-extract-plugin": "0.5.0", "monaco-editor": "^0.19.0", "monaco-editor-webpack-plugin": "^1.8.1", "node-sass": "^4.13.0", "optimize-css-assets-webpack-plugin": "5.0.1", "parcoord-es": "^2.2.10", "pnp-webpack-plugin": "1.2.1", "postcss-flexbugs-fixes": "4.1.0", "postcss-loader": "3.0.0", "postcss-normalize": "7.0.1", "postcss-preset-env": "6.6.0", "postcss-safe-parser": "4.0.1", "react": "^16.8.6", "react-app-polyfill": "^1.0.0", "react-dev-utils": "^9.0.0", "react-dom": "^16.8.6", "react-json-tree": "^0.11.2", "react-monaco-editor": "^0.32.1", "react-paginate": "^6.3.2", "react-pagination": "^1.0.0", "react-responsive": "^8.1.1", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-table": "^7.0.0-rc.15", "resolve": "1.10.0", "sass-loader": "7.1.0", "semver": "6.0.0", "style-loader": "0.23.1", "terser-webpack-plugin": "1.2.3", "url-loader": "1.1.2", "webpack": "4.29.6", "webpack-dev-server": "3.2.1", "webpack-manifest-plugin": "2.0.4", "workbox-webpack-plugin": "4.2.0" }, "devDependencies": { "@babel/core": "7.4.3", "@fluentui/react": "^7.135.0", "@svgr/webpack": "4.1.0", "@types/d3": "^5.7.2", "@types/jest": "24.0.12", "@types/json5": "^0.0.30", "@types/node": "^10.14.2", "@types/react": "16.8.15", "@types/react-dom": "16.8.4", "@typescript-eslint/eslint-plugin": "^2.11.0", "@typescript-eslint/parser": "^2.11.0", "concurrently": "^5.2.0", "eslint": "^5.16.0", "eslint-config-prettier": "^6.1.0", "eslint-config-react-app": "^4.0.0", "eslint-loader": "2.1.2", "eslint-plugin-flowtype": "2.50.1", "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "7.12.4", "eslint-plugin-react-hooks": "^1.5.0", "express": "^4.17.1", "npx": "^10.2.0", "prettier": "^1.18.2", "stylelint": "^13.7.0", "stylelint-config-standard": "^20.0.0", "typescript": "^3.8.0" }, "proxy": "http://localhost:12138", "scripts": { "start": "node --max-old-space-size=3072 scripts/start.js", "build": "node --max-old-space-size=3072 scripts/build.js", "test": "node --max-old-space-size=3072 scripts/test.js", "eslint": "npx eslint ./ --ext .tsx,.ts", "stylelint": "npx stylelint **/*{.css,.scss}", "mock": "node scripts/server.js", "dev": "concurrently \"yarn mock\" \"yarn start\"" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ "defaults" ], "babel": { "presets": [ "react-app" ] }, "resolutions": { "npm": ">=6.14.4", "yargs": ">=16.0.3" } }