-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.06 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.06 KB
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
79
{
"name": "nx-forge",
"version": "0.0.0",
"license": "MIT",
"packageManager": "pnpm@10.32.1",
"scripts": {
"build": "nx build",
"test": "nx test",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"private": true,
"keywords": [
"Atlassian",
"Forge",
"Nx",
"Monorepo"
],
"devDependencies": {
"@commitlint/cli": "catalog:",
"@commitlint/config-angular": "catalog:",
"@eslint/js": "catalog:",
"@eslint/eslintrc": "catalog:",
"@forge/cli": "catalog:",
"@nx/devkit": "catalog:nx",
"@nx/eslint": "catalog:nx",
"@nx/eslint-plugin": "catalog:nx",
"@nx/jest": "catalog:nx",
"@nx/js": "catalog:nx",
"@nx/node": "catalog:nx",
"@nx/plugin": "catalog:nx",
"@nx/webpack": "catalog:nx",
"@nx/workspace": "catalog:nx",
"@swc-node/register": "catalog:",
"@swc/cli": "catalog:",
"@swc/core": "catalog:",
"@types/fs-extra": "catalog:",
"@types/jest": "catalog:",
"@types/js-yaml": "catalog:",
"@types/node": "catalog:",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"dotenv": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"graphql": "catalog:",
"graphql-request": "catalog:",
"husky": "catalog:",
"jest": "catalog:",
"jest-environment-jsdom": "catalog:",
"jest-environment-node": "catalog:",
"jest-util": "catalog:",
"nx": "catalog:nx",
"prettier": "catalog:",
"jsonc-eslint-parser": "catalog:",
"semantic-release": "catalog:",
"strip-ansi": "catalog:",
"ts-jest": "catalog:",
"ts-node": "catalog:",
"tslib": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:",
"verdaccio": "catalog:",
"zod": "catalog:"
},
"dependencies": {
"@forge/manifest": "catalog:",
"fs-extra": "catalog:",
"js-yaml": "catalog:",
"jsonata": "catalog:"
},
"repository": {
"type": "git",
"url": "https://github.com/toolsplus/nx-forge.git"
},
"nx": {
"includedScripts": []
}
}