-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.98 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
{
"name": "@snydertechnologies/bun-utils",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Jordan-Hall/nx-bun"
},
"license": "IDGAF-1.0",
"scripts": {
"check-lock-files": "bun --bun run ./tools/scripts/check-lock-files.js",
"docs:build": "bunx --bun vitepress build docs",
"documentation": "ts-node -P tools/scripts/tsconfig.scripts.json ./tools/scripts/documentation/documentation.ts",
"format": "bunx ---bun nx format:write",
"format:check": "bunx nx format:check",
"format:write": "bunx nx format:write",
"postinstall": "patch-package",
"prepare": "is-ci || husky install"
},
"lint-staged": {
"nx.json": [
"bun run format --uncommitted"
],
"*.{js,json,css,scss,md,ts,html,graphql}": [
"bun run format --uncommitted"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"dependencies": {
"@nx/devkit": "17.2.2",
"@swc/helpers": "0.5.3",
"bnx": "^0.3.1",
"bun-promptx": "^0.2.0",
"bun-types": "^1.0.17",
"chalk": "^5.3.0",
"create-nx-workspace": "17.2.2",
"dotenv": "^16.3.1",
"fs-extra": "^11.2.0",
"nx": "17.2.2",
"semver": "7.5.4",
"strong-log-transformer": "^2.1.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@angular-devkit/core": "^17.0.6",
"@angular-devkit/schematics": "^17.0.6",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@jscutlery/semver": "^4.1.0",
"@nx/esbuild": "17.2.2",
"@nx/eslint-plugin": "17.2.2",
"@nx/jest": "17.2.2",
"@nx/js": "17.2.2",
"@nx/plugin": "17.2.2",
"@nx/vite": "17.2.2",
"@nx/workspace": "17.2.2",
"@swc-node/register": "1.6.8",
"@swc/cli": "~0.1.63",
"@swc/core": "1.3.100",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.11",
"@types/kill-port": "^2.0.3",
"@types/node": "20.10.4",
"@types/semver": "^7.5.6",
"@types/strong-log-transformer": "^1.0.2",
"@types/tcp-port-used": "^1.0.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"ajv": "^8.12.0",
"bun": "^1.0.17",
"bun-livereload": "^1.0.3",
"commitizen": "^4.3.0",
"cz-customizable": "^7.0.0",
"dotenv-expand": "^10.0.0",
"esbuild": "0.19.9",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"kill-port": "^2.0.1",
"lint-staged": "^15.2.0",
"ngx-deploy-npm": "^7.1.0",
"nx-cloud": "16.5.2",
"patch-package": "^8.0.0",
"prettier": "^3.1.1",
"tcp-port-used": "^1.0.2",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.1",
"ts-node": "10.9.2",
"tslint": "^6.1.3",
"typescript": "~5.3.3",
"verdaccio": "^5.29.0",
"@nx/eslint": "17.2.2"
},
"nx": {
"includedScripts": []
}
}