-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.75 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.75 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
{
"name": "fusio",
"version": "7.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --base-href /apps/fusio/ --deploy-url /apps/fusio/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"prettier": {
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
},
"private": true,
"dependencies": {
"@angular/aria": "^21.1.0",
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/forms": "^21.1.0",
"@angular/localize": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/platform-browser-dynamic": "^21.1.0",
"@angular/router": "^21.1.0",
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@popperjs/core": "2.11.8",
"@vscode/codicons": "^0.0.36",
"apexcharts": "^5.0.0",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"emoji-toolkit": "^10.0.0",
"fusio-sdk": "^7.0.8",
"katex": "^0.16.47",
"marked": "^18.0.0",
"monaco-editor": "^0.55.1",
"ngx-apexcharts": "^0.9.0",
"ngx-captcha": "^14.0.0",
"ngx-clipboard": "^16.0.0",
"ngx-fusio-sdk": "^8.0.2",
"ngx-gravatar": "^13.0.0",
"ngx-markdown": "^21.3.0",
"ngx-monaco-editor-v2": "^21.1.4",
"ngx-typeschema-editor": "^5.0.0",
"prismjs": "^1.30.0",
"rxjs": "~7.8.0",
"sdkgen-client": "^2.1.0",
"tslib": "^2.3.0",
"typehub-javascript-sdk": "^1.2.0"
},
"devDependencies": {
"@angular/build": "^21.1.3",
"@angular/cli": "^21.1.3",
"@angular/compiler-cli": "^21.1.0",
"jsdom": "^27.1.0",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}