-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.66 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
{
"name": "nx-heroku",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/getlarge/nx-heroku.git",
"directory": "packages/nx-heroku"
},
"scripts": {
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/cz-commitlint": "^17.0.3",
"@jscutlery/semver": "^5.2.0",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.1.65",
"@swc/core": "1.3.107",
"@types/jest": "29.4.4",
"@types/lodash": "^4.14.191",
"@types/node": "18.19.22",
"@types/validator": "^13.7.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^8.0.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jsonc-eslint-parser": "^2.1.0",
"ngx-deploy-npm": "^8.0.0",
"nx": "18.0.8",
"prettier": "^2.6.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.1",
"typescript": "5.3.3",
"@nx/devkit": "18.0.8",
"@nx/workspace": "18.0.8",
"@nx/js": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/jest": "18.0.8",
"@nx/plugin": "18.0.8",
"@nx/node": "18.0.8",
"@nx/eslint": "18.0.8"
},
"dependencies": {
"@swc/helpers": "0.5.6",
"axios": "1.6.7",
"dotenv-expand": "^10.0.0",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"tslib": "^2.3.0",
"typedi": "^0.10.0",
"validator": "^13.9.0"
}
}