-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "code-rub",
"version": "1.3.1",
"license": "MIT",
"scripts": {
"start": "nx run-many --target build --all && NODE_PATH=dist/packages node ./dist/packages/@code-rub/core/src/lib/main",
"start:cli": "nx run-many --target build --all && NODE_PATH=dist/packages node ./dist/packages/code-rub/src/index",
"publish-dev": "ts-node tools/scripts/publish-dev",
"e2e": "ts-node -P ./tools/scripts/tsconfig.e2e.json ./tools/scripts/e2e.ts",
"publish-local": "cp .npmrc.local .npmrc && run-p \"rimraf tmp\" e2e-registry \"ts-node ./tools/scripts/publish-all 99.99.99 local\"",
"sandbox": "ts-node ./tools/scripts/sandbox.ts"
},
"private": true,
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.70",
"@docusaurus/preset-classic": "^2.0.0-alpha.70",
"@mdx-js/react": "^1.6.21",
"@types/minimatch": "^3.0.5",
"azure-devops-node-api": "^11.1.0",
"clsx": "^1.1.1",
"dotenv": "^10.0.0",
"enquirer": "^2.3.6",
"fs-extra": "^10.0.0",
"ignore": "^5.1.9",
"jira-client": "^8.0.0",
"minimatch": "^3.0.4",
"ora": "5.3.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"rxjs": "^7.5.4",
"ts-node": "^10.4.0",
"tslib": "^2.0.0",
"yargs": "^17.3.0",
"yargs-parser": "^21.0.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^15.0.0",
"@commitlint/types": "^13.2.0",
"@nrwl/cli": "14.0.2",
"@nrwl/devkit": "14.0.2",
"@nrwl/eslint-plugin-nx": "14.0.2",
"@nrwl/jest": "14.0.2",
"@nrwl/js": "14.0.2",
"@nrwl/linter": "14.0.2",
"@nrwl/node": "14.0.2",
"@nrwl/nx-cloud": "13.3.1",
"@nrwl/nx-plugin": "14.0.2",
"@nrwl/workspace": "14.0.2",
"@nx-plus/docusaurus": "^12.2.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/fs-extra": "^9.0.13",
"@types/jest": "27.4.1",
"@types/jira-client": "^7.1.0",
"@types/node": "^16.11.13",
"@types/prettier": "^2.4.2",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"docusaurus-plugin-typedoc": "^0.16.6",
"eslint": "8.12.0",
"eslint-config-prettier": "8.1.0",
"fast-glob": "^3.2.7",
"jest": "27.5.1",
"prettier": "2.6.2",
"ts-jest": "27.1.4",
"ts-node": "9.1.1",
"tslib": "^2.0.0",
"typedoc": "^0.22.10",
"typedoc-plugin-markdown": "^3.11.8",
"typescript": "~4.4.3",
"verdaccio": "^5.3.2",
"nx": "14.0.2"
}
}