-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.42 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.42 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "atomic-state-canvas",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "npx nx run asc-cli:build",
"build:watch": "npx nx watch --projects=asc-cli --includeDependentProjects --verbose -- npx nx run asc-cli:build",
"build:tsc": "npx tsc --build && npx tsc aliasReplacer.ts && npx tsc-alias -p apps/asc-cli/tsconfig.json --verbose --debug",
"build:tsc-watch": "npx tsc --build --watch",
"viewer:dev": "npx nx serve asc-viewer",
"build:viewer": "npx nx build asc-viewer",
"viewer-cli:dev": "npx nx dev asc-viewer-cli",
"build:viewer-cli": "npx nx run-many --target=build --projects=asc-viewer,asc-viewer-cli",
"build:all": "npx nx run-many --target=build --projects=asc-viewer,asc-viewer-cli,asc-cli",
"test": "npx vitest run",
"test:watch": "npx vitest",
"test:ui": "npx vitest --ui",
"lint": "npx nx run-many --target=lint",
"semantic-release:dry-run": "semantic-release --dryRun",
"semantic-release": "semantic-release",
"release-all:dry-run": "multi-semantic-release --dryRun --debug",
"release-all": "multi-semantic-release",
"prepare": "husky install"
},
"workspaces": [
"apps/asc-cli/**",
"apps/asc-viewer-cli/**"
],
"repository": {
"type": "git",
"url": "https://github.com/JaysonGCS/atomic-state-canvas.git"
},
"homepage": "https://github.com/JaysonGCS/atomic-state-canvas/blob/main/README.md",
"keywords": [
"cli",
"json canvas",
"flowchart",
"atomic state",
"visualization",
"atomic state visualization",
"recoil graph"
],
"author": {
"name": "Jayson Goh",
"url": "https://github.com/JaysonGCS"
},
"license": "MIT",
"description": "This is a mono-repository that contains a collection of applications for analyzing and visualizing atomic state relationships.",
"dependencies": {
"@cfworker/json-schema": "^4.1.1",
"@modelcontextprotocol/sdk": "^1.0.0",
"@radix-ui/react-dialog": "^1.1.10",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-tooltip": "^1.2.3",
"@types/three": "^0.175.0",
"acorn": "^8.15.0",
"acorn-walk": "^8.3.4",
"chokidar": "^4.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commander": "^13.1.0",
"cosmiconfig": "^8.3.6",
"d3-force": "^3.0.0",
"figlet": "^1.8.2",
"jotai": "^2.13.1",
"lucide-react": "^0.542.0",
"oxc-parser": "^0.86.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-force-graph-2d": "^1.27.1",
"react-force-graph-3d": "^1.26.1",
"tailwind-merge": "^3.2.0",
"three": "^0.175.0",
"tslib": "^2.3.0",
"tw-animate-css": "^1.2.7",
"zod": "^4.1.13"
},
"devDependencies": {
"@anolilab/multi-semantic-release": "^3.2.2",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@eslint/compat": "^1.2.8",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.25.0",
"@nx/esbuild": "20.8.0",
"@nx/eslint-plugin": "20.8.0",
"@nx/js": "20.8.0",
"@nx/node": "20.8.0",
"@nx/react": "20.8.0",
"@nx/vite": "20.8.0",
"@nx/web": "20.8.0",
"@swc-node/register": "~1.10.10",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.11.18",
"@swc/helpers": "~0.5.11",
"@tailwindcss/vite": "^4.1.4",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@types/d3-force": "^3.0.10",
"@types/figlet": "^1.7.0",
"@types/node": "^22.14.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@typescript-eslint/parser": "^8.30.1",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"autoprefixer": "10.4.13",
"esbuild": "^0.19.2",
"eslint": "^9.25.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-perfectionist": "^4.11.0",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^8.0.0",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"nx": "20.8.0",
"postcss": "8.4.38",
"prettier": "^3.5.3",
"semantic-release": "^25.0.2",
"tailwindcss": "^4.1.4",
"tsc-alias": "^1.8.13",
"tsx": "^4.19.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.2",
"vite-plugin-dts": "~4.5.3",
"vitest": "^3.1.1"
},
"files": [
"dist"
]
}