-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.25 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.25 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
{
"name": "react-tool",
"type": "module",
"packageManager": "pnpm@10.24.0",
"scripts": {
"dev": "nx run app:dev",
"build": "nx run-many -t build --projects app,comps,hooks,utils",
"build:utils": "nx run utils:build",
"build:comps": "nx run comps:build",
"build:hooks": "nx run hooks:build",
"build:app": "nx run app:build",
"---lint---": "---",
"lint": "nx run-many -t lint --projects app,comps,hooks,utils,config",
"lint:utils": "nx run utils:lint",
"lint:hooks": "nx run hooks:lint",
"lint:app": "nx run app:lint",
"lint:config": "nx run config:lint",
"graph": "nx graph"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@jl-org/cvs": "^3.0.0",
"@jl-org/http": "^1.0.7",
"@jl-org/react-router": "^0.0.3",
"@jl-org/tool": "^3.4.6",
"@modelcontextprotocol/sdk": "^1.19.1",
"@zumer/snapdom": "^1.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"decimal.js": "^10.5.0",
"fabric": "^6.6.1",
"localforage": "^1.10.0",
"lucide-react": "^0.514.0",
"node-vibrant": "^4.0.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@antfu/eslint-config": "^5.4.1",
"@eslint-react/eslint-plugin": "^1.38.4",
"@faker-js/faker": "^10.2.0",
"@jl-org/eslint-plugins": "^1.0.0",
"@jl-org/js-to-style": "^1.0.1",
"@jl-org/optimize-assets-size": "^0.0.1",
"@jl-org/ts-tool": "^0.0.8",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^24.6.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"agentation": "^3.0.2",
"autoprefixer": "^10.4.21",
"babel-plugin-react-compiler": "^1.0.0",
"code-inspector-plugin": "^1.2.10",
"eslint": "^9.37.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.23",
"nx": "^22.1.3",
"rollup-plugin-visualizer": "^5.14.0",
"sass-embedded": "^1.93.3",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3",
"unplugin-auto-import": "^20.2.0",
"vite": "8.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-env-parse": "^1.0.15"
}
}