-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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
{
"name": "@obiente/cloud",
"version": "0.0.0",
"license": "AGPL-3.0-only",
"scripts": {},
"private": true,
"packageManager": "pnpm@10.23.0",
"devDependencies": {
"@eslint/js": "^9.39.2",
"@nx/devkit": "^21.6.9",
"@nx/eslint": "^21.6.9",
"@nx/docker": "^21.6.9",
"@nx/jest": "^21.6.9",
"@nx/js": "^21.6.9",
"@nx/nuxt": "^21.6.9",
"@nx/plugin": "^21.6.9",
"@nx/vite": "^21.6.9",
"@obiente-lab/nx-go": "^3.4.1",
"@obiente/config": "workspace:*",
"@swc-node/register": "^1.11.1",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.15.2",
"@swc/helpers": "^0.5.17",
"@types/node": "20.19.9",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.5.1",
"go": "^3.0.1",
"jsonc-eslint-parser": "^2.4.1",
"nuxt": "^3.20.1",
"nx": "^21.6.9",
"prettier": "^2.8.8",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vue-eslint-parser": "^10.2.0"
}
}