-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 823 Bytes
/
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
{
"name": "@gb-nx/browser",
"version": "8.6.0",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/GaryB432/gb-nx.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/GaryB432/gb-nx/issues"
},
"homepage": "https://github.com/GaryB432/gb-nx/tree/master/packages/browser",
"generators": "./generators.json",
"executors": "./executors.json",
"peerDependencies": {
"@nx/jest": ">=17.0.0",
"@nx/eslint": ">=17.0.0",
"fast-glob": "^3.2.0",
"fs-extra": "^11.0.0",
"tslib": "^2.6.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nx/devkit": ">=17.0.0",
"@nx/webpack": ">=17.0.0",
"adm-zip": "^0.5.10",
"ajv": "^8.0.0"
},
"nx-migrations": {
"migrations": "./migrations.json"
}
}