354 lines
12 KiB
JSON
354 lines
12 KiB
JSON
{
|
|
"name": "@nx/nx-source",
|
|
"description": "Smart, Fast and Extensible Build System",
|
|
"homepage": "https://nx.dev",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nx run-many --target build --all --parallel 8 --exclude nx-dev,typedoc-theme",
|
|
"commit": "czg",
|
|
"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-documentation-map": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/map-link-checker.ts",
|
|
"check-codeowners": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/check-codeowners.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",
|
|
"nx-release": "ts-node -P ./scripts/tsconfig.release.json ./scripts/nx-release",
|
|
"prepublishOnly": "node ./scripts/update-package-group.js",
|
|
"version": "pnpm prettier lerna.json --write",
|
|
"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/generators/main.ts && pnpm check-documentation-map",
|
|
"submit-plugin": "node ./scripts/submit-plugin.js",
|
|
"prepare": "is-ci || husky install",
|
|
"echo": "echo 123458",
|
|
"preinstall": "node ./scripts/preinstall.js",
|
|
"test": "nx test",
|
|
"e2e": "nx e2e",
|
|
"build-project": "nx build"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@angular-devkit/architect": "~0.1600.0",
|
|
"@angular-devkit/build-angular": "~16.0.0",
|
|
"@angular-devkit/core": "~16.0.0",
|
|
"@angular-devkit/schematics": "~16.0.0",
|
|
"@angular-eslint/eslint-plugin": "~16.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "~16.0.0",
|
|
"@angular-eslint/template-parser": "~16.0.0",
|
|
"@angular/cli": "~16.0.0",
|
|
"@angular/common": "~16.0.0",
|
|
"@angular/compiler": "~16.0.0",
|
|
"@angular/compiler-cli": "~16.0.0",
|
|
"@angular/core": "~16.0.0",
|
|
"@angular/router": "~16.0.0",
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/helper-create-regexp-features-plugin": "^7.14.5",
|
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@babel/runtime": "^7.14.8",
|
|
"@floating-ui/react": "0.19.2",
|
|
"@jest/reporters": "^29.4.1",
|
|
"@jest/test-result": "^29.4.1",
|
|
"@jest/types": "^29.4.1",
|
|
"@monodon/rust": "1.1.2",
|
|
"@napi-rs/cli": "2.14.0",
|
|
"@nestjs/cli": "^9.0.0",
|
|
"@nestjs/common": "^9.0.0",
|
|
"@nestjs/core": "^9.0.0",
|
|
"@nestjs/platform-express": "^9.0.0",
|
|
"@nestjs/schematics": "^9.1.0",
|
|
"@nestjs/swagger": "^6.0.0",
|
|
"@nestjs/testing": "^9.0.0",
|
|
"@ngrx/effects": "~16.0.0",
|
|
"@ngrx/router-store": "~16.0.0",
|
|
"@ngrx/store": "~16.0.0",
|
|
"@nguniversal/builders": "~16.0.0",
|
|
"@nx/cypress": "16.1.0-rc.0",
|
|
"@nx/devkit": "16.1.0-rc.0",
|
|
"@nx/eslint-plugin": "16.1.0-rc.0",
|
|
"@nx/jest": "16.1.0-rc.0",
|
|
"@nx/js": "16.1.0-rc.0",
|
|
"@nx/linter": "16.1.0-rc.0",
|
|
"@nx/next": "16.1.0-rc.0",
|
|
"@nx/react": "16.1.0-rc.0",
|
|
"@nx/storybook": "16.1.0-rc.0",
|
|
"@nx/web": "16.1.0-rc.0",
|
|
"@nx/webpack": "16.1.0-rc.0",
|
|
"@parcel/watcher": "2.0.4",
|
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
"@pnpm/lockfile-types": "^5.0.0",
|
|
"@reduxjs/toolkit": "1.9.0",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
"@rollup/plugin-image": "^2.1.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
"@rollup/plugin-url": "^7.0.0",
|
|
"@schematics/angular": "~16.0.0",
|
|
"@storybook/addon-essentials": "^7.0.9",
|
|
"@storybook/core-server": "^7.0.9",
|
|
"@storybook/react": "^7.0.9",
|
|
"@storybook/react-webpack5": "^7.0.9",
|
|
"@storybook/types": "^7.0.9",
|
|
"@svgr/rollup": "^6.1.2",
|
|
"@svgr/webpack": "^6.1.2",
|
|
"@swc-node/register": "^1.4.2",
|
|
"@swc/cli": "0.1.62",
|
|
"@swc/core": "^1.3.51",
|
|
"@swc/jest": "^0.2.20",
|
|
"@testing-library/react": "13.4.0",
|
|
"@types/css-minimizer-webpack-plugin": "^3.0.2",
|
|
"@types/cytoscape": "^3.18.2",
|
|
"@types/detect-port": "^1.3.2",
|
|
"@types/eslint": "~8.4.1",
|
|
"@types/express": "4.17.14",
|
|
"@types/flat": "^5.0.1",
|
|
"@types/fs-extra": "^11.0.0",
|
|
"@types/is-ci": "^3.0.0",
|
|
"@types/jasmine": "~2.8.6",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/jest": "29.4.0",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/marked": "^2.0.0",
|
|
"@types/node": "18.11.9",
|
|
"@types/prettier": "^2.6.2",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "18.0.9",
|
|
"@types/react-router-dom": "5.1.7",
|
|
"@types/semver": "^7.3.8",
|
|
"@types/tar-stream": "^2.2.2",
|
|
"@types/tmp": "^0.2.0",
|
|
"@types/yargs": "^17.0.10",
|
|
"@types/yarnpkg__lockfile": "^1.1.5",
|
|
"@typescript-eslint/eslint-plugin": "5.58.0",
|
|
"@typescript-eslint/parser": "5.58.0",
|
|
"@typescript-eslint/type-utils": "5.58.0",
|
|
"@typescript-eslint/utils": "5.58.0",
|
|
"@xstate/immer": "0.3.1",
|
|
"@xstate/inspect": "0.7.0",
|
|
"@xstate/react": "3.0.1",
|
|
"ajv": "^8.11.0",
|
|
"autoprefixer": "10.4.13",
|
|
"babel-jest": "29.4.3",
|
|
"babel-loader": "^9.1.2",
|
|
"babel-plugin-transform-async-to-promises": "^0.8.15",
|
|
"browserslist": "^4.21.4",
|
|
"chalk": "^4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"cli-cursor": "3.1.0",
|
|
"cli-spinners": "2.6.1",
|
|
"confusing-browser-globals": "^1.0.9",
|
|
"conventional-changelog-cli": "^2.0.23",
|
|
"convert-source-map": "^2.0.0",
|
|
"copy-webpack-plugin": "^10.2.4",
|
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
"cypress": "12.11.0",
|
|
"cytoscape": "^3.18.2",
|
|
"cytoscape-dagre": "^2.4.0",
|
|
"cytoscape-popper": "^2.0.0",
|
|
"cz-git": "^1.4.0",
|
|
"czg": "^1.4.0",
|
|
"depcheck": "^1.3.1",
|
|
"detect-port": "^1.5.1",
|
|
"dotenv": "~10.0.0",
|
|
"ejs": "^3.1.7",
|
|
"enhanced-resolve": "^5.8.3",
|
|
"esbuild": "^0.17.5",
|
|
"eslint": "8.15.0",
|
|
"eslint-config-next": "13.1.1",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
|
"eslint-plugin-react": "7.31.11",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-storybook": "^0.6.12",
|
|
"express": "^4.18.1",
|
|
"fast-xml-parser": "^4.0.9",
|
|
"figures": "3.2.0",
|
|
"file-loader": "^6.2.0",
|
|
"file-type": "^16.2.0",
|
|
"find-cache-dir": "^3.3.2",
|
|
"flat": "^5.0.2",
|
|
"fork-ts-checker-webpack-plugin": "7.2.13",
|
|
"fs-extra": "^11.1.0",
|
|
"html-webpack-plugin": "5.5.0",
|
|
"http-server": "14.1.0",
|
|
"husky": "^8.0.1",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"ignore": "^5.0.4",
|
|
"immer": "^9.0.6",
|
|
"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-spec-reporter": "~4.2.1",
|
|
"jest": "29.4.3",
|
|
"jest-config": "^29.4.1",
|
|
"jest-environment-jsdom": "29.4.3",
|
|
"jest-resolve": "^29.4.1",
|
|
"jest-util": "^29.4.1",
|
|
"js-tokens": "^4.0.0",
|
|
"js-yaml": "4.1.0",
|
|
"jsonc-eslint-parser": "^2.1.0",
|
|
"jsonc-parser": "3.2.0",
|
|
"kill-port": "^1.6.1",
|
|
"lerna": "6.6.2",
|
|
"less": "4.1.3",
|
|
"less-loader": "11.1.0",
|
|
"license-webpack-plugin": "^4.0.2",
|
|
"lines-and-columns": "~2.0.3",
|
|
"loader-utils": "2.0.3",
|
|
"magic-string": "~0.26.2",
|
|
"markdown-factory": "^0.0.3",
|
|
"memfs": "^3.0.1",
|
|
"metro-resolver": "^0.74.1",
|
|
"mini-css-extract-plugin": "~2.4.7",
|
|
"minimatch": "3.0.5",
|
|
"next-sitemap": "^3.1.10",
|
|
"ng-packagr": "~16.0.0",
|
|
"node-fetch": "^2.6.7",
|
|
"nx": "16.1.0-rc.0",
|
|
"nx-cloud": "16.0.5",
|
|
"octokit": "^2.0.14",
|
|
"open": "^8.4.0",
|
|
"ora": "5.3.0",
|
|
"parse-markdown-links": "^1.0.4",
|
|
"parse5": "4.0.0",
|
|
"postcss": "8.4.19",
|
|
"postcss-import": "~14.1.0",
|
|
"postcss-preset-env": "~7.5.0",
|
|
"postcss-url": "~10.1.3",
|
|
"prettier": "^2.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.1.5",
|
|
"pretty-quick": "^3.1.0",
|
|
"raw-loader": "^4.0.2",
|
|
"react-redux": "8.0.5",
|
|
"react-refresh": "^0.10.0",
|
|
"react-router-dom": "6.4.3",
|
|
"react-test-renderer": "18.2.0",
|
|
"regenerator-runtime": "0.13.7",
|
|
"resolve.exports": "1.1.0",
|
|
"rollup": "^2.56.2",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-postcss": "^4.0.1",
|
|
"rollup-plugin-typescript2": "0.34.1",
|
|
"rxjs": "^7.8.0",
|
|
"sass": "1.55.0",
|
|
"sass-loader": "^12.2.0",
|
|
"semver": "7.3.4",
|
|
"source-map": "0.7.3",
|
|
"source-map-loader": "^3.0.0",
|
|
"source-map-support": "0.5.19",
|
|
"storybook-dark-mode": "^3.0.0",
|
|
"style-loader": "^3.3.0",
|
|
"styled-components": "5.3.6",
|
|
"stylus": "^0.55.0",
|
|
"stylus-loader": "7.1.0",
|
|
"tar-fs": "^2.1.1",
|
|
"tar-stream": "~2.2.0",
|
|
"tcp-port-used": "^1.0.2",
|
|
"terser-webpack-plugin": "^5.3.3",
|
|
"tmp": "~0.2.1",
|
|
"tree-kill": "1.2.2",
|
|
"ts-jest": "29.1.0",
|
|
"ts-loader": "^9.3.1",
|
|
"ts-node": "10.9.1",
|
|
"tsconfig-paths": "^4.1.2",
|
|
"tsconfig-paths-webpack-plugin": "4.0.0",
|
|
"tslint-to-eslint-config": "^2.13.0",
|
|
"typedoc": "0.23.28",
|
|
"typedoc-plugin-markdown": "3.14.0",
|
|
"typescript": "~5.0.2",
|
|
"unzipper": "^0.10.11",
|
|
"url-loader": "^4.1.1",
|
|
"use-sync-external-store": "^1.2.0",
|
|
"verdaccio": "^5.0.4",
|
|
"vite": "^4.3.4",
|
|
"webpack": "^5.80.0",
|
|
"webpack-dev-server": "^4.9.3",
|
|
"webpack-merge": "^5.8.0",
|
|
"webpack-node-externals": "^3.0.0",
|
|
"webpack-sources": "^3.2.3",
|
|
"webpack-subresource-integrity": "^5.1.0",
|
|
"xstate": "4.34.0",
|
|
"yargs": "^17.6.2",
|
|
"yargs-parser": "21.1.1"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-git",
|
|
"czConfig": "./scripts/commitizen.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@docsearch/react": "^3.3.0",
|
|
"@headlessui/react": "^1.7.3",
|
|
"@heroicons/react": "^2.0.12",
|
|
"@markdoc/markdoc": "0.2.2",
|
|
"@monaco-editor/react": "^4.4.6",
|
|
"@napi-rs/canvas": "^0.1.19",
|
|
"@swc/helpers": "0.5.0",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
"@yarnpkg/parsers": "^3.0.0-rc.18",
|
|
"@zkochan/js-yaml": "0.0.6",
|
|
"axios": "1.0.0",
|
|
"classnames": "^2.3.1",
|
|
"cliui": "^7.0.2",
|
|
"core-js": "^3.6.5",
|
|
"enquirer": "~2.3.6",
|
|
"fast-glob": "3.2.7",
|
|
"framer-motion": "^4.1.17",
|
|
"glob": "7.1.4",
|
|
"history": "^5.3.0",
|
|
"json-schema-to-typescript": "^10.1.5",
|
|
"jsonpointer": "^5.0.0",
|
|
"next": "13.3.4",
|
|
"next-seo": "^5.13.0",
|
|
"npm-run-path": "^4.0.1",
|
|
"preact": "10.6.4",
|
|
"react": "18.2.0",
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
"react-dom": "18.2.0",
|
|
"react-intersection-observer": "^8.32.2",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"regenerator-runtime": "0.13.7",
|
|
"send": "0.17.1",
|
|
"string-width": "^4.2.3",
|
|
"strong-log-transformer": "^2.1.0",
|
|
"tailwind-merge": "^1.8.1",
|
|
"tailwindcss": "3.2.4",
|
|
"tslib": "^2.3.0",
|
|
"vitest": "^0.31.0",
|
|
"weak-napi": "^2.0.2"
|
|
},
|
|
"resolutions": {
|
|
"minimist": "^1.2.6",
|
|
"underscore": "^1.12.1"
|
|
},
|
|
"nx": {
|
|
"includedScripts": [
|
|
"echo",
|
|
"check-commit",
|
|
"check-format",
|
|
"check-imports",
|
|
"check-lock-files",
|
|
"check-codeowners",
|
|
"depcheck",
|
|
"documentation"
|
|
]
|
|
}
|
|
}
|