-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.28 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
{
"name": "majiflow-app",
"version": "1.0.0",
"description": "MajiFlow — water orchestration configurator",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:device": "node scripts/build-device.mjs",
"gen:firmware-components": "node scripts/gen-firmware-components.mjs",
"test": "npx tsx test/run-all.ts",
"test:codegen": "npx tsx test/codegen.test.ts",
"test:limits": "npx tsx test/limits.test.ts",
"test:topology": "npx tsx test/topology.test.ts",
"test:selftest": "npx tsx test/selftest-codegen.test.ts",
"test:docs": "npx tsx test/docs-vars.test.ts",
"test:pinout": "npx tsx test/board-pinout.test.ts",
"test:confirm": "npx tsx test/command-confirm.test.ts",
"test:tunables": "npx tsx test/tunable-numbers.test.ts",
"test:calibration": "npx tsx test/calibration.test.ts",
"test:firmware-components": "npx tsx test/firmware-components.test.ts"
},
"private": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
"@angular/common": "^21.2.7",
"@angular/compiler": "^21.2.7",
"@angular/core": "^21.2.7",
"@angular/forms": "^21.2.7",
"@angular/platform-browser": "^21.2.7",
"@angular/platform-server": "^21.2.7",
"@angular/router": "^21.2.7",
"@angular/service-worker": "21.2.7",
"@angular/ssr": "^21.2.7",
"@antv/x6": "^2.19.2",
"@antv/x6-plugin-export": "^2.1.6",
"@antv/x6-plugin-history": "^2.2.4",
"@antv/x6-plugin-minimap": "^2.0.7",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-plugin-snapline": "^2.1.7",
"echarts": "^6.1.0",
"fflate": "^0.8.3",
"graphology": "^0.26.0",
"graphology-operators": "^1.6.1",
"graphology-simple-path": "^0.2.0",
"graphology-traversal": "^0.3.1",
"graphology-types": "^0.24.8",
"marked": "^14.1.3",
"micromustache": "^8.0.3",
"ngx-echarts": "^21.0.0",
"pocketbase": "^0.27.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"yaml": "^2.8.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@angular/build": "^21.2.6",
"@angular/cli": "^21.2.6",
"@angular/compiler-cli": "^21.2.6",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.2",
"daisyui": "^5.5.19",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "~5.9.2"
}
}