-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.23 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.23 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
{
"name": "threed-model-manager-frontend",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --configuration production",
"lint": "eslint src",
"fixlint": "eslint --fix src"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.1.4",
"@angular/common": "^21.1.4",
"@angular/compiler": "^21.1.4",
"@angular/core": "^21.1.4",
"@angular/forms": "^21.1.4",
"@angular/localize": "^21.1.4",
"@angular/platform-browser": "^21.1.4",
"@angular/platform-browser-dynamic": "^21.1.4",
"@angular/router": "^21.1.4",
"@fortawesome/fontawesome-free": "^7.2.0",
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@ng-select/ng-select": "^21.4.0",
"@popperjs/core": "^2.11.8",
"angular-l10n": "^17.0.1",
"angular-stl-model-viewer": "^14.0.0",
"bootstrap": "^5.3.8",
"clipboard": "^2.0.11",
"emoji-toolkit": "^10.0.0",
"filesize": "^11.0.13",
"katex": "^0.16.28",
"marked": "^17.0.2",
"mermaid": "11.12.2",
"ng-lazyload-image": "^9.1.3",
"ng2-pdf-viewer": "^10.4.0",
"ngx-autosize": "^2.0.4",
"ngx-cookie-service": "^21.1.0",
"ngx-markdown": "^21.1.0",
"ngx-toastr": "^20.0.5",
"nxt-flags": "^20.0.0",
"prismjs": "1.30.0",
"rxjs": "^7.8.2",
"three": "~0.166.1",
"tslib": "2.8.1",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular/build": "^21.1.4",
"@angular/cli": "^21.1.4",
"@angular/compiler-cli": "^21.1.4",
"@stylistic/eslint-plugin": "^5.8.0",
"@types/node": "^25.2.3",
"@types/three": "^0.166.0",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"eslint": "^9.39.2",
"eslint-plugin-html": "^8.1.4",
"eslint-plugin-jsdoc": "^62.5.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"ts-node": "^10.9.2",
"typescript": "5.9.3"
},
"resolutions": {
"globals": "^15.15.0"
},
"packageManager": "yarn@4.12.0"
}