-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
100 lines (100 loc) · 3.28 KB
/
package.json
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
{
"name": "fledge",
"version": "2.6.0",
"license": "Apache-2.0",
"doc_url": "https://fledge-iot.readthedocs.io/en/",
"scripts": {
"ng": "ng",
"prestart": "bash git-version",
"start": "ng serve",
"prebuild": "bash git-version",
"build": "ng build --configuration production --build-optimizer",
"clean": "rm -rf dist && rm -rf node_modules && yarn cache clean",
"purge": "git clean -fdx && yarn cache clean",
"pree2e": "bash git-version",
"e2e": "ng e2e",
"e2e:watch": "ng e2e --headless false --watch true",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"run:all": "node node_modules/@angular-architects/module-federation/src/server/mf-dev-server.js"
},
"private": true,
"dependencies": {
"@ali-hm/angular-tree-component": "^12.0.5",
"@angular-architects/module-federation": "~16.0.4",
"@angular/animations": "^16.2.12",
"@angular/cdk": "^14.2.7",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/elements": "16",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@ctrl/ngx-codemirror": "^5.1.1",
"@cypress/schematic": "^2.5.1",
"@fortawesome/fontawesome-free": "^6.4.0",
"@kurkle/color": "^0.1.9",
"@ng-select/ng-select": "^10.0.4",
"animate.css": "^4.1.1",
"bootstrap-icons": "^1.11.1",
"bulma": "^0.9.4",
"bulma-quickview": "^2.0.0",
"bulma-steps": "^2.2.1",
"bulma-toast": "^2.4.2",
"chart.js": "^4.3.0",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-zoom": "^2.0.1",
"codemirror": "^5.65.3",
"d3-shape": "^3.2.0",
"elkjs": "^0.8.2",
"jsonlint-mod": "^1.7.6",
"moment": "^2.29.3",
"ngx-progressbar": "^8.0.0",
"plotly.js": "^2.12.1",
"popmotion": "^11.0.5",
"rete": "^2.0.2",
"rete-angular-plugin": "^2.0.2",
"rete-area-plugin": "^2.0.1",
"rete-auto-arrange-plugin": "^2.0.0",
"rete-connection-path-plugin": "^2.0.2",
"rete-connection-plugin": "^2.0.0",
"rete-context-menu-plugin": "^2.0.0",
"rete-dock-plugin": "^2.0.0",
"rete-history-plugin": "^2.0.0",
"rete-minimap-plugin": "^2.0.1",
"rete-render-utils": "^2.0.1",
"rete-scopes-plugin": "^2.0.0",
"rxjs": "~6.6.6",
"tslib": "^2.3.0",
"web-worker": "^1.2.0",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.10",
"@angular/cli": "^16.2.10",
"@angular/compiler-cli": "^16.2.12",
"@types/jasmine": "~3.10.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^14.14.33",
"cypress": "~13.6.3",
"cypress-junit-reporter": "^1.3.1",
"cypress-mochawesome-reporter": "^3.6.0",
"cypress-multi-reporters": "^1.6.3",
"git-describe": "^4.1.0",
"jasmine-core": "~4.0.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ngx-build-plus": "^13.0.1",
"ts-node": "^10.8.0",
"tslint": "^6.1.3",
"typescript": "~5.1.6"
}
}