forked from TransnetBW-openSCD/compas-transnetbw-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 5.82 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 5.82 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
{
"name": "@oscd-transnet-plugins/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "npm run generate:history-api-client && npm run generate:archiving-api-client && npm run build:history-viewer && npm run build:archive-explorer && npm run build:location-viewer && npm run build:location-manager && npm run build:engineering-wizard && npm run build:template-generator && npm run build:type-distributor",
"test:all": "nx run-many --target=test --projects='oscd-template-generator'",
"mock-server": "node mocks/server.js",
"clean:history-viewer": "rm -rf dist/apps/history-viewer",
"run:history-viewer": "nx run history-viewer:serve",
"run:archive-explorer": "nx run archive-explorer:serve",
"run:location-viewer": "nx run location-viewer:serve",
"run:location-manager": "nx run location-manager:serve",
"run:engineering-wizard": "nx run engineering-wizard:serve",
"run:template-generator": "nx run template-generator:serve",
"run:type-distributor": "nx run type-distributor:serve",
"build:history-viewer": "nx run --prod history-viewer:build --no-outputhashing --emptyOutDir --verbose",
"build:archive-explorer": "nx run --prod archive-explorer:build --no-outputhashing --emptyOutDir --verbose",
"build:location-viewer": "nx run --prod location-viewer:build --no-outputhashing --emptyOutDir --verbose",
"build:location-manager": "nx run --prod location-manager:build --no-outputhashing --emptyOutDir --verbose",
"build:engineering-wizard": "nx run --prod engineering-wizard:build --no-outputhashing --emptyOutDir --verbose",
"build:type-distributor": "nx run --prod type-distributor:build --no-outputhashing --emptyOutDir --verbose",
"preview:engineering-wizard": "nx run --prod engineering-wizard:preview --no-outputhashing --emptyOutDir --verbose",
"preview:type-distributor": "nx run --prod type-distributor:preview --no-outputhashing --emptyOutDir --verbose",
"preview:location-viewer": "nx run --prod location-viewer:preview",
"build:template-generator": "nx run --prod template-generator:build --no-outputhashing --emptyOutDir --verbose",
"preview:template-generator": "nx run --prod template-generator:preview --no-outputhashing --emptyOutDir --verbose",
"http-server:history-viewer": "http-server dist/apps/history-viewer -p 4202 --cors",
"generate:history-api-client": "openapi-generator-cli generate -g typescript-rxjs -i docs/history-api.yml --package-name history-api-client --enable-post-process-file --additional-properties \"artifactId=history-api,npmName=history-api,hideGenerationTimestamp:true,serializableModel:true,withInterfaces=true,withSeparateModelsAndApi=true\" --output libs/oscd-history-api-client/src/lib",
"generate:archiving-api-client": "openapi-generator-cli generate -g typescript-rxjs -i docs/archiving-api.yml --package-name archiving-api-client --enable-post-process-file --additional-properties \"artifactId=archiving-api,npmName=archiving-api,hideGenerationTimestamp:true,serializableModel:true,withInterfaces=true,withSeparateModelsAndApi=true\" --output libs/oscd-archiving-api-client/src/lib",
"build:oscd-api-client": "nx run oscd-history-api-client:build --no-outputhashing --emptyOutDir --verbose",
"build:oscd-xml-utils": "nx run oscd-xml-utils:build --no-outputhashing --emptyOutDir --verbose"
},
"private": true,
"dependencies": {
"@xyflow/svelte": "^0.1.18",
"axios": "^1.6.0",
"cytoscape": "^3.31.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"lit-translate": "^2.0.1",
"radix-icons-svelte": "^1.2.1",
"rollup-plugin-svelte": "^7.2.2",
"svelte-dnd-action": "^0.9.64",
"svelte-i18n": "^4.0.1",
"svelte-loader": "^3.2.3",
"svelte-material-ui": "^8.0.3",
"tslib": "^2.3.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@nx/cypress": "19.6.5",
"@nx/esbuild": "19.6.5",
"@nx/eslint": "19.6.5",
"@nx/eslint-plugin": "19.6.5",
"@nx/jest": "19.6.5",
"@nx/js": "19.6.5",
"@nx/node": "19.6.5",
"@nx/vite": "19.6.5",
"@nx/web": "19.6.5",
"@nx/workspace": "19.6.5",
"@openapitools/openapi-generator-cli": "^2.14.0",
"@smui-extra/accordion": "^8.0.0",
"@smui-extra/autocomplete": "^8.0.0",
"@smui/button": "^8.0.0",
"@smui/card": "^8.0.0",
"@smui/data-table": "^8.0.0",
"@smui/dialog": "^8.0.0",
"@smui/icon-button": "^8.0.0",
"@smui/linear-progress": "^8.0.0",
"@smui/paper": "^8.0.0",
"@smui/chips": "^8.0.0",
"@smui/switch": "^8.0.0",
"@smui/form-field": "^8.0.0",
"@smui/select": "^8.0.0",
"@smui/textfield": "^8.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/svelte": "^5.0.0",
"@tsconfig/svelte": "^4.0.1",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"cypress": "^13.6.6",
"esbuild": "^0.19.2",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-svelte": "^2.36.0",
"express": "^4.21.1",
"happy-dom": "^18.0.1",
"http-server": "^14.1.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^30.0.4",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"json-server": "0.17.4",
"lit": "^3.2.1",
"nx": "19.6.5",
"prettier": "^3.1.0",
"smui-theme": "^8.0.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-jester": "^2.3.2",
"svelte-preprocess": "^6.0.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "^5.5.0",
"vite": "^5.4.4",
"vite-plugin-dts": "~3.8.1",
"vitest": "^1.3.1"
}
}