forked from nxtensions/nxtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.99 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
{
"name": "nxtensions",
"version": "0.0.0",
"description": "Extensions and plugins for Nx.",
"homepage": "https://github.com/nxtensions/nxtensions#readme",
"license": "MIT",
"scripts": {
"commit": "git-cz",
"local-registry": "./tools/scripts/local-registry.sh",
"release": "ts-node ./tools/scripts/release-project.ts",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@nx/devkit": "16.5.5",
"standard-version": "~9.5.0",
"tslib": "~2.6.1"
},
"devDependencies": {
"@astrojs/compiler": "~1.6.3",
"@commitlint/cli": "~17.6.7",
"@commitlint/config-conventional": "~17.6.7",
"@commitlint/cz-commitlint": "~17.6.7",
"@nx/cypress": "16.5.5",
"@nx/eslint-plugin": "16.5.5",
"@nx/jest": "16.5.5",
"@nx/js": "16.5.5",
"@nx/linter": "16.5.5",
"@nx/node": "16.5.5",
"@nx/plugin": "16.5.5",
"@nx/workspace": "16.5.5",
"@phenomnomnominal/tsquery": "~5.0.1",
"@swc-node/register": "~1.6.6",
"@swc/core": "~1.3.72",
"@types/fs-extra": "~11.0.1",
"@types/jest": "29.4.4",
"@types/kill-port": "~2.0.0",
"@types/node": "~18.15.3",
"@types/node-fetch": "~2.6.4",
"@types/standard-version": "~7.1.0",
"@types/tcp-port-used": "~1.0.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"astro": "~2.9.6",
"commitizen": "~4.3.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "~8.9.0",
"fs-extra": "~11.1.1",
"husky": "~8.0.3",
"inquirer": "^8.2.5",
"jest": "29.4.3",
"kill-port": "~2.0.1",
"lint-staged": "~13.2.3",
"node-fetch": "~2.6.12",
"nx": "16.5.5",
"nx-cloud": "16.1.1",
"prettier": "~2.8.7",
"semver": "~7.5.4",
"snowpack": "~3.8.8",
"strip-ansi": "~6.0.1",
"tcp-port-used": "~1.0.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"verdaccio": "~5.26.1"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}