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
118 lines (118 loc) · 3.36 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 3.36 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "@nx-tools/source",
"description": "NX Tools plugins",
"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": {
"@actions/github": "6.0.1",
"@actions/io": "1.1.3",
"@nx/devkit": "22.1.0",
"@oclif/core": "4.5.4",
"@oclif/plugin-help": "6.2.36",
"@octokit/openapi-types": "22.2.0",
"@renovatebot/pep440": "4.2.1",
"@types/tmp": "0.2.6",
"@vercel/analytics": "1.5.0",
"@vercel/speed-insights": "1.2.0",
"csv-parse": "5.6.0",
"fumadocs-core": "15.6.1",
"fumadocs-docgen": "2.1.0",
"fumadocs-mdx": "11.6.10",
"fumadocs-typescript": "4.0.6",
"fumadocs-ui": "15.6.1",
"handlebars": "4.7.8",
"lucide-react": "0.545.0",
"moment": "2.30.1",
"moment-timezone": "0.5.48",
"next": "15.4.7",
"prisma": "7.0.0",
"properties-file": "3.6.3",
"react": "19.1.1",
"react-dom": "19.1.1",
"semver": "7.7.3",
"std-env": "3.10.0",
"tinyexec": "1.0.1",
"tinyrainbow": "3.0.3",
"tmp": "0.2.5"
},
"devDependencies": {
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@commitlint/config-nx-scopes": "20.0.0",
"@commitlint/cz-commitlint": "20.1.0",
"@commitlint/types": "20.0.0",
"@eslint/compat": "1.4.1",
"@eslint/eslintrc": "2.1.4",
"@eslint/js": "9.39.1",
"@next/eslint-plugin-next": "15.5.4",
"@nx/eslint": "22.1.0",
"@nx/eslint-plugin": "22.1.0",
"@nx/js": "22.1.0",
"@nx/next": "22.1.0",
"@nx/plugin": "22.1.0",
"@nx/vite": "22.1.0",
"@nx/web": "22.1.0",
"@prisma/client": "7.0.0",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.7.9",
"@swc/core": "1.15.1",
"@swc/helpers": "0.5.17",
"@tailwindcss/postcss": "4.1.14",
"@types/mdx": "2.0.13",
"@types/node": "24.10.1",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"@types/semver": "7.7.1",
"@vitest/coverage-v8": "3.2.4",
"@vitest/ui": "3.2.4",
"commitizen": "4.3.1",
"consola": "3.4.2",
"dotenv": "17.2.3",
"eslint": "9.39.1",
"eslint-config-next": "15.5.4",
"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": "5.2.0",
"jiti": "2.6.1",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "2.4.1",
"lefthook": "2.0.4",
"memfs": "4.51.0",
"nx": "22.1.0",
"oclif": "4.22.44",
"postcss": "8.5.6",
"prettier": "2.8.8",
"tailwindcss": "4.1.14",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"tsx": "4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "8.46.4",
"verdaccio": "6.2.1",
"vite": "7.2.2",
"vitest": "3.2.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.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c"
}