285 lines
9.7 KiB
JSON
285 lines
9.7 KiB
JSON
{
|
|
"name": "@nrwl/nx-source",
|
|
"version": "12.8.0",
|
|
"description": "Smart, Extensible Build Framework",
|
|
"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-lock-files": "node ./scripts/check-lock-files.js",
|
|
"check-internal-links": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/internal-link-checker.ts",
|
|
"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",
|
|
"update-nx-dev-documentation": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/nx-dev-release-content.ts",
|
|
"e2e-start-local-registry": "node ./scripts/e2e-start-local-registry.js",
|
|
"e2e-build-package-publish": "ts-node -P ./scripts/tsconfig.e2e.json ./scripts/e2e-build-package-publish.ts",
|
|
"format": "nx format",
|
|
"nx-release": "./scripts/nx-release.js",
|
|
"depcheck": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/depcheck",
|
|
"local-registry": "./scripts/local-registry.sh",
|
|
"documentation": "ts-node -P scripts/tsconfig.scripts.json ./scripts/documentation/documentation.ts && yarn check-documentation-map && yarn check-internal-links",
|
|
"submit-plugin": "node ./scripts/submit-plugin.js",
|
|
"prepare": "is-ci || husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "~0.1202.0",
|
|
"@angular-devkit/build-angular": "~12.2.0",
|
|
"@angular-devkit/build-optimizer": "~0.1202.0",
|
|
"@angular-devkit/build-webpack": "~0.1202.0",
|
|
"@angular-devkit/core": "~12.2.0",
|
|
"@angular-devkit/schematics": "~12.2.0",
|
|
"@angular-eslint/eslint-plugin": "~12.3.0",
|
|
"@angular-eslint/eslint-plugin-template": "~12.3.0",
|
|
"@angular-eslint/template-parser": "~12.3.0",
|
|
"@angular/cli": "~12.2.0",
|
|
"@angular/common": "^12.2.0",
|
|
"@angular/compiler": "^12.2.0",
|
|
"@angular/compiler-cli": "^12.2.0",
|
|
"@angular/core": "^12.2.0",
|
|
"@angular/forms": "^12.2.0",
|
|
"@angular/platform-browser": "^12.2.0",
|
|
"@angular/platform-browser-dynamic": "^12.2.0",
|
|
"@angular/router": "^12.2.0",
|
|
"@angular/service-worker": "^12.2.0",
|
|
"@angular/upgrade": "^12.2.0",
|
|
"@babel/helper-create-regexp-features-plugin": "^7.14.5",
|
|
"@cypress/webpack-preprocessor": "4.1.5",
|
|
"@nestjs/common": "^7.0.0",
|
|
"@nestjs/core": "^7.0.0",
|
|
"@nestjs/platform-express": "^7.0.0",
|
|
"@nestjs/schematics": "^7.0.0",
|
|
"@nestjs/swagger": "^4.8.2",
|
|
"@nestjs/testing": "^7.0.0",
|
|
"@ngrx/component-store": "12.4.0",
|
|
"@ngrx/effects": "12.4.0",
|
|
"@ngrx/entity": "12.4.0",
|
|
"@ngrx/router-store": "12.4.0",
|
|
"@ngrx/schematics": "12.4.0",
|
|
"@ngrx/store": "12.4.0",
|
|
"@ngrx/store-devtools": "12.4.0",
|
|
"@nrwl/cli": "12.7.0",
|
|
"@nrwl/cypress": "12.7.0",
|
|
"@nrwl/eslint-plugin-nx": "12.7.0",
|
|
"@nrwl/jest": "12.7.0",
|
|
"@nrwl/linter": "12.7.0",
|
|
"@nrwl/next": "12.7.0",
|
|
"@nrwl/node": "12.7.0",
|
|
"@nrwl/nx-cloud": "12.3.8",
|
|
"@nrwl/react": "12.7.0",
|
|
"@nrwl/tao": "12.7.0",
|
|
"@nrwl/web": "12.7.0",
|
|
"@nrwl/workspace": "12.7.0",
|
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|
|
"@popperjs/core": "^2.9.2",
|
|
"@reduxjs/toolkit": "1.5.0",
|
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-image": "^2.1.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
"@schematics/angular": "~12.2.0",
|
|
"@storybook/addon-essentials": "~6.3.0",
|
|
"@storybook/addon-knobs": "~6.3.0",
|
|
"@storybook/angular": "~6.3.0",
|
|
"@storybook/core": "~6.3.0",
|
|
"@storybook/react": "~6.3.0",
|
|
"@svgr/webpack": "5.5.0",
|
|
"@tailwindcss/typography": "^0.4.1",
|
|
"@testing-library/react": "11.2.5",
|
|
"@types/cytoscape": "^3.14.12",
|
|
"@types/eslint": "^7.2.2",
|
|
"@types/express": "4.17.0",
|
|
"@types/flat": "^5.0.1",
|
|
"@types/fs-extra": "^9.0.11",
|
|
"@types/is-ci": "^3.0.0",
|
|
"@types/jasmine": "~2.8.6",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/jest": "26.0.24",
|
|
"@types/marked": "^2.0.0",
|
|
"@types/node": "14.14.37",
|
|
"@types/prettier": "2.3.0",
|
|
"@types/react": "17.0.3",
|
|
"@types/react-dom": "17.0.3",
|
|
"@types/react-router-dom": "5.1.7",
|
|
"@types/tmp": "^0.2.0",
|
|
"@types/yargs": "^15.0.5",
|
|
"@typescript-eslint/eslint-plugin": "~4.28.3",
|
|
"@typescript-eslint/experimental-utils": "~4.28.3",
|
|
"@typescript-eslint/parser": "~4.28.3",
|
|
"angular": "1.8.0",
|
|
"autoprefixer": "^10.2.5",
|
|
"babel-jest": "27.0.6",
|
|
"caniuse-lite": "^1.0.30001251",
|
|
"chalk": "4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"circular-dependency-plugin": "5.2.0",
|
|
"clean-css": "4.2.1",
|
|
"commitizen": "^4.0.3",
|
|
"confusing-browser-globals": "^1.0.9",
|
|
"conventional-changelog-cli": "^2.0.23",
|
|
"copy-webpack-plugin": "6.4.1",
|
|
"core-js": "^3.6.5",
|
|
"cypress": "^8.3.0",
|
|
"cytoscape": "^3.18.2",
|
|
"cytoscape-dagre": "^2.3.2",
|
|
"cytoscape-popper": "^2.0.0",
|
|
"cz-conventional-changelog": "^3.0.2",
|
|
"cz-customizable": "^6.2.0",
|
|
"depcheck": "^1.3.1",
|
|
"dotenv": "~10.0.0",
|
|
"ejs": "^3.1.5",
|
|
"eslint": "7.10.0",
|
|
"eslint-config-next": "^11.1.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
|
"eslint-plugin-react": "7.23.1",
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
|
"express": "4.17.1",
|
|
"file-loader": "4.2.0",
|
|
"file-type": "^16.2.0",
|
|
"flat": "^5.0.2",
|
|
"fork-ts-checker-webpack-plugin": "6.2.10",
|
|
"fs-extra": "^9.1.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"http-server": "0.12.3",
|
|
"husky": "^6.0.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"ignore": "^5.0.4",
|
|
"import-fresh": "^3.1.0",
|
|
"injection-js": "^2.4.0",
|
|
"is-ci": "^3.0.0",
|
|
"is-windows": "^1.0.2",
|
|
"jasmine-core": "~2.99.1",
|
|
"jasmine-marbles": "~0.8.3",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"jest": "27.0.3",
|
|
"jest-circus": "27.0.6",
|
|
"jest-preset-angular": "9.0.7",
|
|
"jsonc-parser": "3.0.0",
|
|
"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-webpack": "4.0.2",
|
|
"kill-port": "^1.6.1",
|
|
"less": "3.12.2",
|
|
"less-loader": "5.0.0",
|
|
"license-webpack-plugin": "2.3.15",
|
|
"loader-utils": "1.2.3",
|
|
"memfs": "^3.0.1",
|
|
"metro-resolver": "^0.66.2",
|
|
"mime": "2.4.4",
|
|
"mini-css-extract-plugin": "0.8.0",
|
|
"minimatch": "3.0.4",
|
|
"next": "11.0.1",
|
|
"next-sitemap": "^1.6.108",
|
|
"ng-packagr": "~12.2.0",
|
|
"ngrx-store-freeze": "0.2.4",
|
|
"node-fetch": "^2.6.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"open": "^7.4.2",
|
|
"parse-markdown-links": "^1.0.4",
|
|
"parse5": "4.0.0",
|
|
"postcss": "8.3.0",
|
|
"postcss-import": "14.0.2",
|
|
"precise-commits": "1.0.2",
|
|
"prettier": "2.3.2",
|
|
"pretty-quick": "^3.1.0",
|
|
"protractor": "5.4.3",
|
|
"raw-loader": "3.1.0",
|
|
"react-redux": "7.2.3",
|
|
"react-refresh": "^0.9.0",
|
|
"react-router-dom": "5.1.2",
|
|
"regenerator-runtime": "0.13.7",
|
|
"release-it": "^14.11.3",
|
|
"rollup": "^2.56.2",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-filesize": "^9.1.1",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-postcss": "^4.0.1",
|
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
"rxjs": "6.6.7",
|
|
"rxjs-for-await": "0.0.2",
|
|
"sass": "1.26.3",
|
|
"sass-loader": "8.0.2",
|
|
"semver": "7.3.4",
|
|
"source-map": "0.7.3",
|
|
"source-map-loader": "0.2.4",
|
|
"source-map-support": "0.5.19",
|
|
"strip-json-comments": "^3.1.1",
|
|
"style-loader": "1.0.0",
|
|
"styled-components": "5.0.0",
|
|
"stylus": "0.54.5",
|
|
"stylus-loader": "3.0.2",
|
|
"tailwindcss": "^2.2.7",
|
|
"tcp-port-used": "^1.0.2",
|
|
"terser": "4.3.8",
|
|
"terser-webpack-plugin": "2.3.8",
|
|
"tippy.js": "^6.3.1",
|
|
"tmp": "~0.2.1",
|
|
"tree-kill": "1.2.2",
|
|
"ts-jest": "27.0.3",
|
|
"ts-loader": "5.4.5",
|
|
"ts-node": "9.1.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tsconfig-paths-webpack-plugin": "3.4.1",
|
|
"tslib": "^2.0.0",
|
|
"tslint": "6.1.3",
|
|
"tslint-to-eslint-config": "^2.4.0",
|
|
"typedoc": "^0.21.4",
|
|
"typedoc-plugin-markdown": "^3.10.3",
|
|
"typescript": "~4.3.5",
|
|
"unzipper": "^0.10.11",
|
|
"url-loader": "^3.0.0",
|
|
"verdaccio": "^5.0.4",
|
|
"webpack": "4.46.0",
|
|
"webpack-dev-server": "3.11.2",
|
|
"webpack-merge": "4.2.1",
|
|
"webpack-node-externals": "1.7.2",
|
|
"webpack-sources": "1.4.3",
|
|
"webpack-subresource-integrity": "^1.5.2",
|
|
"worker-plugin": "3.2.0",
|
|
"yargs": "15.4.1",
|
|
"yargs-parser": "20.0.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-customizable"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@docsearch/react": "^1.0.0-alpha.14",
|
|
"@headlessui/react": "^1.1.1",
|
|
"@heroicons/react": "^1.0.1",
|
|
"@testing-library/react-hooks": "^7.0.0",
|
|
"classnames": "^2.3.1",
|
|
"core-js": "^3.6.5",
|
|
"glob": "7.1.4",
|
|
"gray-matter": "^4.0.2",
|
|
"react": "17.0.2",
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
"react-dom": "17.0.2",
|
|
"react-markdown": "^6.0.2",
|
|
"react-syntax-highlighter": "^15.4.3",
|
|
"rehype-autolink-headings": "^5.0.1",
|
|
"rehype-slug": "^4.0.1",
|
|
"remark-gfm": "^1.0.0",
|
|
"send": "0.17.1",
|
|
"weak-napi": "^2.0.2"
|
|
},
|
|
"resolutions": {
|
|
"ng-packagr/rxjs": "6.6.7",
|
|
"**/xmlhttprequest-ssl": "~1.6.2"
|
|
}
|
|
} |