-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.7 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "lethean-workstation",
"version": "0.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"clean": "rimraf node_modules",
"test:watch": "jest --watch",
"test:ci": "jest --runInBand",
"dev": "run-p ng:serve be:serve",
"dev:setup": "rimraf lthn && git clone https://github.com/letheanVPN/lthn.git lthn",
"doc": "npx @compodoc/compodoc -p tsconfig.json",
"doc:serve": "npx @compodoc/compodoc -s",
"ng:serve": "ng serve -c development -o ",
"be:serve": "cd lthn && $HOME/.deno/bin/deno run --allow-net --allow-env --allow-run --allow-read --allow-write --unstable src/server.ts backend start",
"dev:ssr": "ng run lethean-workstation:serve-ssr",
"build:ssr": "ng build && ng run lethean-workstation:server",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"sec:scan": "run-p sec:auditjs",
"sec:auditjs": "npx auditjs@beta ossi",
"sec:bidi": "npx anti-trojan-source --files='./dist/**/*.js'"
},
"main": "src/app/main.ts",
"private": true,
"jest": {
"preset": "jest-preset-angular",
"transformIgnorePatterns": [
"node_modules/(?!.*\\.mjs$)"
],
"moduleNameMapper": {
"^@env/(.*)$": "<rootDir>/src/environments/$1",
"^@service/(.*)$": "<rootDir>/src/app/services/$1",
"^@module/(.*)$": "<rootDir>/src/app/modules/$1",
"^@plugin/(.*)$": "<rootDir>/src/app/plugins/$1",
"^@interface/(.*)$": "<rootDir>/src/app/interfaces/$1",
"^@data/(.*)$": "<rootDir>/src/app/data/$1"
}
},
"dependencies": {
"@angular/animations": "~13.0.0",
"@angular/cdk": "~13.0.1",
"@angular/common": "~13.0.0",
"@angular/compiler": "~13.0.0",
"@angular/core": "~13.0.0",
"@angular/elements": "^13.0.3",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "~13.0.0",
"@angular/localize": "~13.0.0",
"@angular/material": "^13.0.1",
"@angular/platform-browser": "~13.0.0",
"@angular/platform-browser-dynamic": "~13.0.0",
"@angular/router": "~13.0.0",
"@kurkle/color": "^0.1.9",
"@lthn/rxjs-wallet-rpc": "^1.1.2",
"@ngrx/component": "^13.0.1",
"@ngrx/component-store": "^13.0.1",
"@ngrx/data": "^13.0.1",
"@ngrx/effects": "^13.0.1",
"@ngrx/entity": "^13.0.1",
"@ngrx/router-store": "^13.0.1",
"@ngrx/store": "^13.0.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@swimlane/ng2-file-upload": "^1.1.0",
"@swimlane/ngx-datatable": "^20.0.0",
"@swimlane/ngx-ui": "^36.1.0",
"@xmldom/xmldom": "^0.8.0",
"ajv": "^6.12.6",
"axios": "^0.24.0",
"big.js": "^6.1.1",
"chart.js": "^3.6.0",
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.65.0",
"config-ini-parser": "^1.5.9",
"crypto-js": "^4.1.1",
"jszmq": "^0.1.2",
"localstorage-polyfill": "^1.0.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mousetrap": "^1.6.5",
"ng-in-viewport": "^6.1.5",
"ngrx-store-localstorage": "^12.0.1",
"ngx-moment": "^6.0.2",
"openpgp": "^5.0.0",
"prismjs": "^1.25.0",
"random-js": "^2.1.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "~7.4.0",
"tslib": "^2.3.1",
"web-animations-js": "^2.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.0.0",
"@angular-devkit/build-angular": "^13.0.2",
"@angular-eslint/builder": "^13.0.0-alpha.0",
"@angular-eslint/eslint-plugin": "^13.0.1",
"@angular-eslint/eslint-plugin-template": "^13.0.0-alpha.0",
"@angular-eslint/schematics": "^13.0.0-alpha.0",
"@angular-eslint/template-parser": "^13.0.0-alpha.0",
"@angular/cli": "^13.0.2",
"@angular/compiler-cli": "^13.0.1",
"@angular/language-service": "^13.0.1",
"@compodoc/compodoc": "^1.1.15",
"@ngrx/store-devtools": "^13.0.1",
"@types/angular": "^1.8.3",
"@types/bytebuffer": "^5.0.42",
"@types/chart.js": "^2.9.34",
"@types/moment-timezone": "^0.5.13",
"@types/node": "^17.0.8",
"@types/prismjs": "^1.16.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"anti-trojan-source": "^1.4.0",
"auditjs": "^4.0.1-beta.33",
"ban-sensitive-files": "^1.9.16",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"moment-timezone-data-webpack-plugin": "^1.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
}
}