-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.85 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.85 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
{
"name": "owd-client",
"private": true,
"description": "Open Web Desktop client",
"homepage": "https://github.com/owdproject/client#readme",
"bugs": {
"url": "https://github.com/owdproject/client/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owdproject/client.git"
},
"license": "MIT",
"author": {
"name": "Open Web Desktop Team",
"url": "https://github.com/owdproject"
},
"scripts": {
"dev": "nx run desktop:serve",
"generate": "nx run desktop:generate"
},
"devDependencies": {
"@owdproject/nx": "^0.0.3",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.29.0",
"@nuxt/devtools": "2.5.0",
"@nuxt/eslint-config": "~1.4.1",
"@nuxt/kit": "^3.17.5",
"@nuxt/ui-templates": "^1.3.4",
"@nx/devkit": "21.2.1",
"@nx/eslint": "21.2.1",
"@nx/eslint-plugin": "21.2.1",
"@nx/jest": "21.2.1",
"@nx/js": "^21.2.1",
"@nx/nuxt": "21.2.1",
"@nx/plugin": "^21.2.1",
"@nx/vite": "21.2.1",
"@nx/web": "21.2.1",
"@nx/workspace": "21.2.1",
"@swc-node/register": "~1.10.10",
"@swc/cli": "~0.7.7",
"@swc/core": "~1.12.4",
"@swc/helpers": "~0.5.17",
"@types/node": "24.0.3",
"@typescript-eslint/parser": "^8.34.1",
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"h3": "^1.15.3",
"jiti": "2.4.2",
"jsdom": "~26.1.0",
"nuxt": "^3.17.5",
"nx": "21.2.1",
"prettier": "^3.5.3",
"tslib": "^2.8.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^6.3.5",
"vitest": "^3.2.4",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vue-tsc": "^2.2.10"
},
"resolutions": {
"vite": "^6.3.2"
},
"packageManager": "pnpm@10.12.1"
}