-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.05 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 3.05 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
{
"name": "@sameeraperera/nexus",
"version": "0.3.0",
"description": "A System of Intentional Friction for the Age of AI Agents",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/sameera/nexus.git"
},
"bugs": {
"url": "https://github.com/sameera/nexus/issues"
},
"homepage": "https://github.com/sameera/nexus#readme",
"bin": {
"nexus": "dist/nexus.mjs"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@12.3.4",
"os": [
"darwin",
"linux"
],
"engines": {
"node": ">=22.22.0"
},
"scripts": {
"nexus:validate-concepts": "tsx libs/portable-tools/src/nexus-cli.ts validate-concepts",
"nexus:generate-atlas": "tsx libs/portable-tools/src/nexus-cli.ts generate-atlas",
"nexus:check-atlas": "tsx libs/portable-tools/src/nexus-cli.ts generate-atlas --check",
"nexus:drift-advisory": "tsx libs/portable-tools/src/nexus-cli.ts drift-advisory",
"nexus:seed-registry": "tsx libs/portable-tools/src/nexus-cli.ts seed-registry",
"nexus:pin-bundles": "tsx libs/portable-tools/src/vendor-bundle.ts",
"nexus:release-gate": "tsx libs/portable-tools/src/release-gate.ts",
"nexus:build-release": "tsx libs/portable-tools/src/pack-release.ts",
"prepack": "pnpm nexus:build-release"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nexus/abs-doc-path": "workspace:*",
"@nexus/close-migration": "workspace:*",
"@nexus/epic-resolve": "workspace:*",
"@nexus/pr-acceptance": "workspace:*",
"@nexus/pr-worktree": "workspace:*",
"@nexus/prose-verify": "workspace:*",
"@nexus/record-digest": "workspace:*",
"@nexus/scope-razor": "workspace:*",
"@nexus/workspace": "workspace:*",
"@nx/eslint": "23.0.1",
"@nx/eslint-plugin": "23.0.1",
"@nx/js": "^23.0.1",
"@nx/react": "23.0.1",
"@nx/vite": "23.0.1",
"@nx/vitest": "23.0.1",
"@nx/web": "23.0.1",
"@react-router/dev": "^8.1.0",
"@react-router/express": "^8.1.0",
"@react-router/node": "^8.1.0",
"@swc/cli": "~0.8.0",
"@swc/core": "~1.15.5",
"@swc/helpers": "~0.5.18",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "16.3.0",
"@types/express": "^5.0.6",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/ws": "^8.18.1",
"@vitest/coverage-v8": "~4.1.0",
"@vitest/ui": "~4.1.0",
"autoprefixer": "10.4.13",
"esbuild": "^0.28.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"jiti": "2.4.2",
"jsdom": "^27.1.0",
"nx": "23.0.2",
"postcss": "8.5.23",
"prettier": "~3.6.2",
"tailwindcss": "3.4.3",
"tslib": "^2.3.0",
"tsx": "^4.22.5",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^8.0.0",
"vitest": "~4.1.0"
}
}