-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "career-compass",
"version": "1.0.0",
"description": "Navigate your way to your next role with AI.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pnpm exec nx run-many --target=build",
"format": "prettier \"{apps,libs}/**/*.{ts,tsx,js,jsx,json,md,yaml}\" --ignore-path .gitignore",
"format:check": "pnpm format --check",
"format:write": "pnpm format --write",
"lint": "pnpm exec nx run-many --target=lint",
"tsc": "pnpm exec nx run-many --target=tsc",
"validate": "pnpm format:write && pnpm tsc && pnpm lint",
"prepare": "husky install",
"dev": "pnpm run --parallel dev"
},
"keywords": [],
"author": "Antonio Reid",
"license": "MIT",
"devDependencies": {
"@appnest/readme": "^1.2.7",
"@culur/stylelint-config": "^1.3.0",
"@nx/eslint": "18.0.5",
"@nx/jest": "18.0.5",
"@nx/next": "18.0.5",
"@nx/vite": "18.0.5",
"@nx/web": "18.0.5",
"@vitest/ui": "^1.3.1",
"eslint": "~8.57.0",
"husky": "^9.0.11",
"jest": "^29.4.1",
"lint-staged": "^15.2.2",
"mega-linter-runner": "^7.9.0",
"microlight": "^0.0.7",
"nx": "18.0.5",
"prettier": "^3.0.0",
"vite": "~5.1.4",
"vitest": "^1.3.1"
},
"dependencies": {
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@nestjs/microservices": "^10.3.3",
"@nestjs/platform-express": "^10.3.3",
"@nx/rspack": "^18.0.0",
"@swc-node/register": "^1.8.0",
"@swc/core": "^1.4.2",
"buffer-from": "^1.1.2",
"methods": "^1.1.2",
"next": "^14.1.0",
"nx-plugin-vite": "2.2.1",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.2.1",
"source-map": "^0.7.4",
"tslib": "^2.6.2"
},
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
"semver@>=7.0.0 <7.5.2": ">=7.5.2"
}
}
}