forked from heavy-duty/platform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
140 lines (140 loc) · 4.08 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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "heavy-duty",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"postinstall": "ngcc --properties es2020 browser module main",
"format": "nx format:write"
},
"private": true,
"dependencies": {
"@angular/animations": "14.2.10",
"@angular/cdk": "14.2.7",
"@angular/common": "14.2.10",
"@angular/compiler": "14.2.10",
"@angular/core": "14.2.10",
"@angular/forms": "14.2.10",
"@angular/material": "14.2.7",
"@angular/platform-browser": "14.2.10",
"@angular/platform-browser-dynamic": "14.2.10",
"@angular/router": "14.2.10",
"@heavy-duty/anchor": "^0.24.2-2",
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@nestjs/axios": "1.0.0",
"@nestjs/common": "9.0.7",
"@nestjs/core": "9.0.7",
"@nestjs/platform-express": "9.0.7",
"@nestjs/platform-ws": "9.2.0",
"@nestjs/websockets": "9.2.0",
"@ngrx/component": "14.3.2",
"@ngrx/component-store": "14.3.2",
"@ngx-formly/core": "^6.0.2",
"@ngx-formly/material": "^6.0.2",
"@nrwl/angular": "15.0.13",
"@octokit/rest": "^18.12.0",
"@solana/buffer-layout": "4.0.0",
"@solana/spl-token": "0.2.0",
"@solana/wallet-adapter-base": "^0.9.18",
"@solana/wallet-adapter-wallets": "^0.19.5",
"@solana/web3.js": "^1.66.2",
"bs58": "^5.0.0",
"case": "^1.6.3",
"chalk": "^4.1.2",
"cli-spinners": "^2.6.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"figlet": "^1.5.2",
"file-saver": "^2.0.5",
"handlebars": "^4.7.7",
"immutable": "^4.0.0",
"js-yaml": "^4.1.0",
"jszip": "^3.7.1",
"monaco-editor": "^0.32.1",
"nest-commander": "^3.3.0",
"ora-classic": "^5.4.2",
"qrcode": "^1.5.0",
"qs": "^6.10.3",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.5.0",
"tslib": "^2.0.0",
"tweetnacl": "^1.0.3",
"uuid": "^8.3.2",
"xstate": "^4.32.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.9",
"@angular-eslint/eslint-plugin": "14.0.4",
"@angular-eslint/eslint-plugin-template": "14.0.4",
"@angular-eslint/template-parser": "14.0.4",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "14.2.10",
"@angular/language-service": "14.2.10",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@danmt/nx-anchor": "0.0.6",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.7",
"@nrwl/cli": "15.0.13",
"@nrwl/cypress": "15.0.13",
"@nrwl/eslint-plugin-nx": "15.0.13",
"@nrwl/jest": "15.0.13",
"@nrwl/js": "15.0.13",
"@nrwl/linter": "15.0.13",
"@nrwl/nest": "15.0.13",
"@nrwl/node": "15.0.13",
"@nrwl/workspace": "15.0.13",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/chai": "^4.2.21",
"@types/chalk": "^2.2.0",
"@types/file-saver": "^2.0.3",
"@types/jest": "28.1.8",
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^9.0.0",
"@types/node": "18.7.1",
"@types/qrcode": "^1.4.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@vercel/ncc": "^0.34.0",
"autoprefixer": "^10.3.7",
"chai": "^4.3.4",
"cypress": "^8.6.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"husky": "^7.0.2",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.2",
"lint-staged": "^11.2.3",
"mocha": "^9.1.3",
"ng-packagr": "14.2.2",
"nx": "15.0.13",
"postcss": "^8.3.9",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.6.2",
"prettier-plugin-organize-attributes": "^0.0.5",
"probot": "^12.2.4",
"smee-client": "^1.2.3",
"tailwindcss": "^3.0.24",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,css,scss,md,ts,html}": [
"npm run format --uncommitted"
]
}
}