-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 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
{
"name": "datatracks-scheduler",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:dummy": "vite --mode dummy",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.15",
"@types/uuid": "^10.0.0",
"axios": "^1.8.4",
"class-transformer": "^0.5.1",
"d3": "^7.9.0",
"es6-shim": "^0.35.8",
"flatbuffers": "^25.2.10",
"mdi-vue3": "^7.4.47",
"pinia": "^2.3.1",
"rete": "^2.0.5",
"rete-area-plugin": "^2.1.3",
"rete-connection-plugin": "^2.0.5",
"rete-render-utils": "^2.0.3",
"rete-vue-plugin": "^2.1.1",
"trackrails": "github:data-tracks/TrackRails#generated",
"uuid": "^10.0.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.11.0",
"@tsconfig/node20": "^20.1.5",
"@types/d3": "^7.4.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.13",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"daisy-ui-kit": "^3.0.12",
"daisyui": "^5.0.9",
"eslint": "^9.23.0",
"eslint-plugin-vue": "^10.0.0",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.5.3",
"sass": "^1.86.0",
"tailwindcss": "^4.0.15",
"typescript": "~5.4.5",
"vite": "^6.2.3",
"vite-plugin-vue-devtools": "^7.7.2",
"vitest": "^3.0.9",
"vue-tsc": "^2.2.8"
}
}