-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 3 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
{
"name": "@naxodev/oss",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@angular-devkit/core": "~17.3.7",
"@cloudflare/vitest-pool-workers": "^0.12.0",
"@cloudflare/workers-types": "^4.20250404.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@eslint/eslintrc": "^2.1.2",
"@eslint/js": "^8.52.0",
"@melkeydev/go-blueprint": "0.10.11",
"@nx/angular": "22.7.5",
"@nx/devkit": "22.7.5",
"@nx/esbuild": "22.7.5",
"@nx/eslint": "22.7.5",
"@nx/eslint-plugin": "22.7.5",
"@nx/jest": "22.7.5",
"@nx/js": "22.7.5",
"@nx/node": "22.7.5",
"@nx/plugin": "22.7.5",
"@nx/react": "22.7.5",
"@nx/vite": "22.7.5",
"@nx/vitest": "22.7.5",
"@nx/web": "22.7.5",
"@nx/workspace": "22.7.5",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.7.10",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.23",
"@swc/jest": "~0.2.38",
"@testing-library/react": "16.1.0",
"@types/jest": "30.0.0",
"@types/kill-port": "^2.0.3",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@types/semver": "^7.5.8",
"@types/tcp-port-used": "^1.0.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "4.0.9",
"@vitest/ui": "4.0.9",
"babel-jest": "30.0.5",
"chalk": "^4.1.2",
"cli-spinners": "^2.9.2",
"dotenv": "^16.4.4",
"esbuild": "^0.19.2",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "5.0.0",
"fs-extra": "^11.2.0",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"jest-environment-node": "^29.4.1",
"jest-util": "~30.0.0",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"kill-port": "^2.0.1",
"npm-run-path": "4.0.1",
"nx": "22.7.5",
"nx-cloud": "19.1.3",
"p-limit": "^6.2.0",
"prettier": "^2.6.2",
"semver": "^7.6.0",
"strip-indent": "^3.0.0",
"tcp-port-used": "^1.0.2",
"tree-kill": "^1.2.2",
"tree-sitter-go": "^0.25.0",
"ts-jest": "29.4.0",
"ts-node": "10.9.1",
"tsx": "^4.19.4",
"typescript": "5.9.3",
"verdaccio": "6.7.2",
"vite": "7.3.1",
"vitest": "4.0.9",
"web-tree-sitter": "0.26.3",
"wrangler": "^4.26.0"
},
"dependencies": {
"@astrojs/starlight": "^0.35.1",
"@types/fs-extra": "^11.0.4",
"astro": "^5.6.1",
"hono": "^4.8.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.34.2",
"tslib": "^2.3.0"
},
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
}
}