-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.98 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.98 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "@logosphere",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "15.0.5",
"@angular/common": "15.0.4",
"@angular/compiler": "15.0.4",
"@angular/compiler-cli": "15.0.4",
"@angular/core": "15.0.4",
"@angular-devkit/core": "15.0.5",
"@angular-devkit/schematics": "15.0.5",
"@babel/core": "7.0.1",
"@babel/preset-env": "7.0.0",
"@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "17.0.0",
"@fluree/crypto-base": "0.1.6",
"@fluree/crypto-utils": "1.10.0",
"@jscutlery/semver": "2.25.2",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nrwl/angular": "15.4.4",
"@nrwl/cli": "15.4.4",
"@nrwl/devkit": "15.4.4",
"@nrwl/eslint-plugin-nx": "15.4.4",
"@nrwl/jest": "15.4.4",
"@nrwl/js": "15.4.4",
"@nrwl/linter": "15.4.4",
"@nrwl/nest": "15.4.4",
"@nrwl/node": "15.4.4",
"@nrwl/nx-plugin": "15.4.4",
"@nrwl/workspace": "15.4.4",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.4.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"babel-jest": "29.3.1",
"babel-loader": "8.0.2",
"eslint": "8.12.0",
"eslint-config-prettier": "8.1.0",
"husky": "7.0.0",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jscodeshift": "0.13.1",
"lint-staged": "12.4.1",
"ngx-deploy-npm": "3.1.9",
"nx": "15.4.4",
"prettier": "2.6.2",
"semver": "7.3.7",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.8.2",
"webpack": "5.0.0",
"zone.js": "0.12.0"
},
"dependencies": {
"@emurgo/cardano-serialization-lib-nodejs": "8.0.0",
"@fluree/flureenjs": "1.0.4",
"@nestjs/apollo": "10.0.17",
"@nestjs/common": "9.0.1",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.0.1",
"@nestjs/graphql": "10.0.18",
"@pinata/sdk": "1.1.25",
"@types/lodash": "4.14.182",
"@types/prompt-sync": "^4.2.0",
"apollo-server-core": "3.7.0",
"apollo-server-fastify": "3.7.0",
"aws-sdk": "2.1131.0",
"axios": "0.26.1",
"cache-manager": "3.6.1",
"cardano-wallet-js": "1.2.3",
"class-transformer": "0.2.0",
"class-validator": "0.13.2",
"core-js": "3.22.5",
"fastify": "3.17.0",
"fs-extra": "10.1.0",
"graphql": "16.5.0",
"js-sha3": "0.8.0",
"lodash": "4.17.21",
"lucid-cardano": "^0.9.4",
"pascal-case": "3.1.2",
"path": "0.12.7",
"prompt-sync": "^4.2.0",
"randomstring": "1.2.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.5",
"safe-stable-stringify": "2.3.1",
"shallow-equal": "1.2.1",
"sleep-promise": "9.1.0",
"ts-morph": "14.0.0",
"tslib": "2.4.0",
"typescript-string-operations": "1.4.1",
"uuid": "8.3.2"
}
}