forked from gperdomor/oss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.68 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.68 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
{
"name": "@org/source",
"description": "Nx workspace for open-source packages and tools.",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"check-format": "nx format:check --all",
"check-lock-files": "node ./tools/scripts/check-lock-files.mjs",
"commit": "cz",
"preinstall": "node ./tools/scripts/preinstall.mjs"
},
"private": true,
"dependencies": {
"@nx/devkit": "22.6.5",
"next": "16.2.3",
"prisma": "7.7.0",
"react": "19.2.5",
"react-dom": "19.2.5"
},
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@commitlint/config-nx-scopes": "20.5.0",
"@commitlint/cz-commitlint": "20.5.1",
"@commitlint/types": "20.5.0",
"@eslint/js": "9.39.4",
"@next/eslint-plugin-next": "16.2.3",
"@nx/eslint": "22.6.5",
"@nx/eslint-plugin": "22.6.5",
"@nx/js": "22.6.5",
"@nx/next": "22.6.5",
"@nx/plugin": "22.6.5",
"@nx/vite": "22.6.5",
"@nx/vitest": "22.6.5",
"@nx/web": "22.6.5",
"@nx/workspace": "22.6.5",
"@prisma/client": "7.7.0",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.26",
"@swc/helpers": "0.5.21",
"@tailwindcss/postcss": "4.2.2",
"@types/mdx": "2.0.13",
"@types/node": "24.10.13",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/semver": "7.7.1",
"@vitest/coverage-v8": "4.1.4",
"@vitest/ui": "4.1.4",
"commitizen": "4.3.1",
"consola": "3.4.2",
"dotenv": "17.4.2",
"eslint": "9.39.4",
"eslint-config-next": "16.2.3",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"jiti": "2.6.1",
"jsdom": "29.0.2",
"jsonc-eslint-parser": "3.1.0",
"lefthook": "2.1.5",
"memfs": "4.57.1",
"nx": "22.6.5",
"oclif": "4.23.0",
"postcss": "8.5.9",
"prettier": "3.8.3",
"tailwindcss": "4.2.2",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"tsx": "4.21.0",
"typescript": "5.9.3",
"typescript-eslint": "8.58.2",
"verdaccio": "6.5.0",
"vite": "7.3.2",
"vite-plugin-dts": "4.5.4",
"vitest": "4.1.4"
},
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}