284 lines
9.5 KiB
JSON
284 lines
9.5 KiB
JSON
{
|
|
"name": "@nrwl/nx-source",
|
|
"version": "11.2.6",
|
|
"description": "Extensible Dev Tools for Monorepos",
|
|
"homepage": "https://nx.dev",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "./scripts/package.sh --local",
|
|
"commit": "git-cz",
|
|
"check-commit": "node ./scripts/commit-lint.js",
|
|
"check-format": "nx format:check --all",
|
|
"check-imports": "node ./scripts/check-imports.js",
|
|
"check-versions": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/check-versions.ts",
|
|
"check-documentation-map": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/map-link-checker.ts",
|
|
"e2e-registry": "yarn verdaccio --config ./scripts/local-registry/config.yml --listen 4872",
|
|
"e2e-tests": "ts-node -P ./scripts/tsconfig.e2e.json ./scripts/e2e.ts",
|
|
"e2e": "run-p -r e2e-registry \"e2e-tests {@}\" --",
|
|
"format": "nx format",
|
|
"nx-release": "./scripts/nx-release.js",
|
|
"test": "nx run-many --target=test --all --parallel",
|
|
"lint": "nx run-many --target=lint --all --parallel",
|
|
"depcheck": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/depcheck",
|
|
"local-registry": "./scripts/local-registry.sh",
|
|
"documentation": "./scripts/documentation/documentation.sh && ./scripts/documentation/check-documentation.sh && npm run check-documentation-map",
|
|
"submit-plugin": "node ./scripts/submit-plugin.js"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "~0.1100.1",
|
|
"@angular-devkit/build-angular": "~0.1100.1",
|
|
"@angular-devkit/build-optimizer": "~0.1100.1",
|
|
"@angular-devkit/build-webpack": "~0.1100.1",
|
|
"@angular-devkit/core": "~11.0.1",
|
|
"@angular-devkit/schematics": "~11.0.1",
|
|
"@angular-eslint/eslint-plugin": "~1.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "~1.0.0",
|
|
"@angular-eslint/template-parser": "~1.0.0",
|
|
"@angular/cli": "~11.0.1",
|
|
"@angular/common": "~11.0.0",
|
|
"@angular/compiler": "~11.0.0",
|
|
"@angular/compiler-cli": "~11.0.0",
|
|
"@angular/core": "~11.0.0",
|
|
"@angular/forms": "~11.0.0",
|
|
"@angular/platform-browser": "~11.0.0",
|
|
"@angular/platform-browser-dynamic": "~11.0.0",
|
|
"@angular/router": "~11.0.0",
|
|
"@angular/service-worker": "~11.0.0",
|
|
"@angular/upgrade": "~11.0.0",
|
|
"@babel/core": "7.9.6",
|
|
"@babel/plugin-proposal-class-properties": "7.8.3",
|
|
"@babel/plugin-proposal-decorators": "7.8.3",
|
|
"@babel/plugin-transform-regenerator": "7.8.7",
|
|
"@babel/preset-env": "7.9.6",
|
|
"@babel/preset-react": "7.9.4",
|
|
"@babel/preset-typescript": "7.10.4",
|
|
"@cypress/webpack-preprocessor": "~4.1.2",
|
|
"@nestjs/common": "^7.0.0",
|
|
"@nestjs/core": "^7.0.0",
|
|
"@nestjs/platform-express": "^7.0.0",
|
|
"@nestjs/schematics": "^7.0.0",
|
|
"@nestjs/testing": "^7.0.0",
|
|
"@ngrx/effects": "9.1.0",
|
|
"@ngrx/entity": "9.1.0",
|
|
"@ngrx/router-store": "9.1.0",
|
|
"@ngrx/schematics": "9.1.0",
|
|
"@ngrx/store": "9.1.0",
|
|
"@ngrx/store-devtools": "9.1.0",
|
|
"@ngtools/webpack": "~10.1.3",
|
|
"@nrwl/cli": "11.3.0-beta.0",
|
|
"@nrwl/cypress": "11.3.0-beta.0",
|
|
"@nrwl/eslint-plugin-nx": "11.3.0-beta.0",
|
|
"@nrwl/jest": "11.3.0-beta.0",
|
|
"@nrwl/linter": "11.3.0-beta.0",
|
|
"@nrwl/node": "11.3.0-beta.0",
|
|
"@nrwl/nx-cloud": "11.1.3",
|
|
"@nrwl/tao": "11.3.0-beta.0",
|
|
"@nrwl/web": "11.3.0-beta.0",
|
|
"@nrwl/workspace": "11.3.0-beta.0",
|
|
"@reduxjs/toolkit": "1.3.2",
|
|
"@rollup/plugin-babel": "5.0.2",
|
|
"@rollup/plugin-commonjs": "11.0.2",
|
|
"@rollup/plugin-image": "2.0.4",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "7.1.1",
|
|
"@schematics/angular": "~11.0.1",
|
|
"@storybook/addon-knobs": "^6.0.21",
|
|
"@storybook/angular": "^6.0.21",
|
|
"@storybook/core": "^6.0.21",
|
|
"@storybook/react": "^6.0.21",
|
|
"@svgr/webpack": "^5.4.0",
|
|
"@testing-library/react": "9.4.0",
|
|
"@types/copy-webpack-plugin": "6.0.0",
|
|
"@types/cytoscape": "^3.14.7",
|
|
"@types/eslint": "^7.2.2",
|
|
"@types/express": "4.17.0",
|
|
"@types/fs-extra": "7.0.0",
|
|
"@types/is-ci": "^2.0.0",
|
|
"@types/jasmine": "~2.8.6",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/jest": "26.0.8",
|
|
"@types/lodash": "^4.14.165",
|
|
"@types/node": "12.12.38",
|
|
"@types/prettier": "2.0.0",
|
|
"@types/react": "16.9.17",
|
|
"@types/react-dom": "16.9.4",
|
|
"@types/react-redux": "7.1.5",
|
|
"@types/react-router-dom": "5.1.3",
|
|
"@types/webpack": "^4.4.24",
|
|
"@types/webpack-dev-server": "^3.11.1",
|
|
"@types/yargs": "^15.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^4.3.0",
|
|
"@typescript-eslint/experimental-utils": "^4.3.0",
|
|
"@typescript-eslint/parser": "^4.3.0",
|
|
"@zeit/next-css": "1.0.1",
|
|
"@zeit/next-less": "1.0.1",
|
|
"@zeit/next-sass": "1.0.1",
|
|
"@zeit/next-stylus": "1.0.1",
|
|
"ajv": "6.10.2",
|
|
"angular": "1.8.0",
|
|
"app-root-path": "^2.0.1",
|
|
"autoprefixer": "9.7.4",
|
|
"axios": "0.21.1",
|
|
"babel-loader": "8.1.0",
|
|
"babel-plugin-const-enum": "^1.0.1",
|
|
"babel-plugin-emotion": "^10.0.29",
|
|
"babel-plugin-macros": "^2.8.0",
|
|
"babel-plugin-styled-components": "^1.10.7",
|
|
"babel-plugin-transform-async-to-promises": "^0.8.15",
|
|
"browserslist": "^4.14.6",
|
|
"cacache": "12.0.2",
|
|
"caniuse-lite": "^1.0.30001030",
|
|
"chalk": "4.1.0",
|
|
"circular-dependency-plugin": "5.2.0",
|
|
"clean-css": "4.2.1",
|
|
"codelyzer": "~5.0.1",
|
|
"commitizen": "^4.0.3",
|
|
"confusing-browser-globals": "^1.0.9",
|
|
"conventional-changelog-cli": "^2.0.23",
|
|
"copy-webpack-plugin": "6.0.3",
|
|
"core-js": "^3.6.5",
|
|
"cosmiconfig": "^4.0.0",
|
|
"css-loader": "3.4.2",
|
|
"cypress": "^6.0.1",
|
|
"cytoscape": "^3.15.2",
|
|
"cytoscape-anywhere-panning": "^0.5.5",
|
|
"cytoscape-dagre": "^2.2.2",
|
|
"cytoscape-popper": "^1.0.7",
|
|
"cz-conventional-changelog": "^3.0.2",
|
|
"cz-customizable": "^6.2.0",
|
|
"depcheck": "^1.3.1",
|
|
"document-register-element": "^1.13.1",
|
|
"dotenv": "6.2.0",
|
|
"ejs": "^3.1.5",
|
|
"eslint": "7.10.0",
|
|
"eslint-config-prettier": "^7.1.0",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"express": "4.17.1",
|
|
"file-loader": "4.2.0",
|
|
"find-cache-dir": "3.0.0",
|
|
"flat": "^5.0.2",
|
|
"fork-ts-checker-webpack-plugin": "^3.1.1",
|
|
"fs-extra": "7.0.1",
|
|
"glob": "7.1.4",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"http-server": "0.12.3",
|
|
"husky": "^3.0.3",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"ignore": "^5.0.4",
|
|
"import-fresh": "^3.1.0",
|
|
"injection-js": "^2.4.0",
|
|
"is-ci": "^2.0.0",
|
|
"jasmine-core": "~2.99.1",
|
|
"jasmine-marbles": "~0.6.0",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"jest": "26.2.2",
|
|
"jest-preset-angular": "8.2.1",
|
|
"karma": "~4.0.0",
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
"karma-coverage-istanbul-reporter": "~2.0.1",
|
|
"karma-jasmine": "~1.1.1",
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
"karma-source-map-support": "1.4.0",
|
|
"karma-webpack": "4.0.2",
|
|
"less": "3.12.2",
|
|
"less-loader": "5.0.0",
|
|
"license-webpack-plugin": "2.1.2",
|
|
"loader-utils": "1.2.3",
|
|
"lodash": "^4.17.20",
|
|
"memfs": "^3.0.1",
|
|
"mime": "2.4.4",
|
|
"mini-css-extract-plugin": "0.8.0",
|
|
"minimatch": "3.0.4",
|
|
"minimist": "^1.2.5",
|
|
"next": "9.5.2",
|
|
"ng-packagr": "^11.1.2",
|
|
"ngrx-store-freeze": "0.2.4",
|
|
"node-watch": "0.7.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"open": "6.4.0",
|
|
"opn": "^5.3.0",
|
|
"parse5": "4.0.0",
|
|
"postcss": "8.2.4",
|
|
"postcss-import": "14.0.0",
|
|
"postcss-loader": "4.2.0",
|
|
"precise-commits": "1.0.2",
|
|
"prettier": "2.2.1",
|
|
"pretty-quick": "^2.0.1",
|
|
"protractor": "5.4.3",
|
|
"raw-loader": "3.1.0",
|
|
"react": "16.10.2",
|
|
"react-dom": "16.10.2",
|
|
"react-redux": "7.1.3",
|
|
"react-router-dom": "5.1.2",
|
|
"regenerator-runtime": "0.13.3",
|
|
"release-it": "^7.4.0",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "1.31.1",
|
|
"rollup-plugin-copy": "3.3.0",
|
|
"rollup-plugin-filesize": "^9.0.0",
|
|
"rollup-plugin-local-resolve": "1.0.7",
|
|
"rollup-plugin-peer-deps-external": "2.2.2",
|
|
"rollup-plugin-postcss": "^4.0.0",
|
|
"rollup-plugin-typescript2": "^0.27.1",
|
|
"rxjs": "6.6.3",
|
|
"rxjs-for-await": "0.0.2",
|
|
"sass": "1.26.3",
|
|
"sass-loader": "8.0.2",
|
|
"semver": "6.3.0",
|
|
"shelljs": "^0.8.3",
|
|
"source-map": "0.7.3",
|
|
"source-map-loader": "0.2.4",
|
|
"source-map-support": "0.5.16",
|
|
"speed-measure-webpack-plugin": "1.3.1",
|
|
"strip-json-comments": "2.0.1",
|
|
"style-loader": "1.0.0",
|
|
"styled-components": "5.0.0",
|
|
"stylus": "0.54.5",
|
|
"stylus-loader": "3.0.2",
|
|
"tar": "5.0.5",
|
|
"terser": "4.3.8",
|
|
"terser-webpack-plugin": "2.3.7",
|
|
"tippy.js": "5.2.1",
|
|
"tmp": "0.0.33",
|
|
"tree-kill": "1.2.2",
|
|
"ts-jest": "26.4.0",
|
|
"ts-loader": "5.4.5",
|
|
"ts-node": "9.1.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tsconfig-paths-webpack-plugin": "3.2.0",
|
|
"tsickle": "^0.38.1",
|
|
"tslib": "^2.0.0",
|
|
"tslint": "6.1.3",
|
|
"typescript": "4.0.5",
|
|
"url-loader": "^3.0.0",
|
|
"verdaccio": "^4.10.0",
|
|
"webpack": "4.42.0",
|
|
"webpack-dev-middleware": "3.7.0",
|
|
"webpack-dev-server": "3.11.0",
|
|
"webpack-merge": "4.2.1",
|
|
"webpack-node-externals": "1.7.2",
|
|
"webpack-sources": "1.4.3",
|
|
"webpack-subresource-integrity": "^1.5.1",
|
|
"worker-plugin": "3.2.0",
|
|
"yargs": "15.4.1",
|
|
"yargs-parser": "20.0.0",
|
|
"zone.js": "^0.10.0"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-customizable"
|
|
}
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-push": "yarn check-commit && yarn documentation && pretty-quick --check"
|
|
}
|
|
},
|
|
"dependencies": {},
|
|
"resolutions": {
|
|
"ng-packagr/rxjs": "6.6.3"
|
|
}
|
|
}
|