{ "name": "nni-webui", "version": "0.1.0", "license": "MIT", "dependencies": { "axios": "^0.21.2", "babel-jest": "^27.0.2", "babel-loader": "^8.2.2", "babel-plugin-named-asset-import": "^0.3.2", "babel-preset-react-app": "^10.0.0", "case-sensitive-paths-webpack-plugin": "^2.4.0", "copy-to-clipboard": "^3.0.8", "css-loader": "^5.2.6", "css-minimizer-webpack-plugin": "^3.0.1", "d3": "^6.7.0", "dotenv": "^10.0.0", "dotenv-expand": "^5.1.0", "echarts": "^5.2.2", "echarts-for-react": "^3.0.0", "file-loader": "^6.2.0", "fs-extra": "^10.0.0", "html-webpack-plugin": "^5.3.1", "jest": "^27.0.4", "jest-environment-jsdom-fourteen": "^1.0.1", "jest-resolve": "^27.0.4", "jest-watch-typeahead": "^0.6.4", "json5": "^2.1.1", "mini-css-extract-plugin": "^1.6.0", "monaco-editor": "^0.25.0", "monaco-editor-webpack-plugin": "^4.0.0", "node-sass": "^7.0.1", "parcoord-es": "^2.2.10", "pnp-webpack-plugin": "^1.6.4", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^6.1.0", "postcss-normalize": "^10.0.0", "postcss-preset-env": "^6.6.0", "react": "^16.8.6", "react-app-polyfill": "^1.0.0", "react-dev-utils": "^11.0.4", "react-dom": "^16.8.6", "react-json-tree": "^0.11.2", "react-monaco-editor": "^0.32.1", "react-paginate": "^6.3.2", "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": "^12.1.0", "semver": "^7.3.5", "style-loader": "^2.0.0", "url-loader": "^4.1.1", "webpack": "^5.39.0", "webpack-manifest-plugin": "^3.1.1", "workbox-webpack-plugin": "^6.1.5" }, "devDependencies": { "@babel/core": "^7.14.6", "@babel/eslint-parser": "^7.14.5", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.14.5", "@babel/runtime": "^7.14.6", "@fluentui/react": "^7.135.0", "@svgr/webpack": "^6.1.2", "@types/d3": "^6.7.0", "@types/node": "^15.12.2", "@types/react": "^16.8.15", "@types/react-dom": "^16.8.4", "@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/parser": "^5.8.0", "concurrently": "^6.2.0", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "eslint-config-react-app": "^6.0.0", "eslint-loader": "^4.0.2", "eslint-plugin-flowtype": "^5.7.2", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "express": "^4.17.1", "npm": ">=8.3.0", "prettier": "^2.3.1", "stylelint": "^13.7.0", "stylelint-config-standard": "^22.0.0", "trim-newlines": "^3.0.0", "typescript": "^4.3.2", "webpack-dev-server": ">=4.7.4" }, "proxy": "http://localhost:12138", "scripts": { "start": "node --max-old-space-size=3072 scripts/start.js", "build": "node --max-old-space-size=3072 scripts/developmentBuild.js", "release": "node --max-old-space-size=3072 scripts/productionBuild.js", "sanity-check": "yarn sanity-check:tsc && yarn sanity-check:eslint", "sanity-check:tsc": "tsc", "sanity-check:eslint": "eslint ./ --ext .tsx,.ts", "test": "node --max-old-space-size=3072 scripts/test.js", "stylelint": "npx stylelint **/*{.css,.scss}", "mock": "node scripts/server.js", "dev": "concurrently \"yarn mock\" \"yarn start\"" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ "defaults" ], "babel": { "presets": [ "@babel/preset-react", "@babel/preset-typescript" ] }, "resolutions": { "yargs": ">=17.0.1", "acorn": ">=8.4.0", "y18n": ">=5.0.8", "serialize-javascript": ">=5.0.1", "css-what": ">=5.0.1", "browserslist": ">=4.16.6", "trim-newlines": ">=4.0.2", "glob-parent": ">=6.0.0", "strip-ansi": "=6.0.1", "immer": ">=9.0.7" }, "jest": { "verbose": true } }