-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.2 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
{
"name": "ringtools-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"i18n:init": "ngx-translate-extract --input ./src --output ./src/assets/i18n/template.json --key-as-default-value --replace --format json",
"i18n:extract": "ngx-translate-extract --input ./src --output ./src/assets/i18n/{en}.json --clean --format json"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.2",
"@angular/common": "^17.3.2",
"@angular/compiler": "^17.3.2",
"@angular/core": "^17.3.2",
"@angular/forms": "^17.3.2",
"@angular/localize": "^17.3.2",
"@angular/platform-browser": "^17.3.2",
"@angular/platform-browser-dynamic": "^17.3.2",
"@angular/router": "^17.3.2",
"@babel/runtime": "^7.24.1",
"@egjs/hammerjs": "^2.0.17",
"@fontsource/lato": "^5.0.20",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@ngrx/entity": "^17.1.1",
"@ngrx/store": "^17.1.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.8",
"@types/d3": "^7.4.3",
"@types/lz-string": "^1.5.0",
"bolt07": "^1.8.4",
"bootstrap": "5.3.3",
"bootstrap-icons": "^1.11.3",
"buffer": "^6.0.3",
"component-emitter": "^2.0.0",
"d3": "^7.9.0",
"dragula": "^3.7.3",
"highlight.js": "^11.9.0",
"keycharm": "^0.4.0",
"lz-string": "^1.5.0",
"ng2-dragula": "^5.0.2",
"ngrx-store-localstorage": "^17.0.0",
"ngx-clipboard": "^16.0.0",
"qrcode": "^1.5.3",
"rxjs": "7.8.1",
"save-svg-as-png": "^1.4.17",
"socket.io-client": "^4.7.5",
"timsort": "^0.3.0",
"tslib": "^2.6.2",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"vis-util": "^5.0.7",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.1",
"@angular-devkit/build-angular": "^17.3.2",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "17.3.2",
"@angular/compiler-cli": "^17.3.2",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@cypress/schematic": "2.5.1",
"@ngrx/schematics": "^17.1.1",
"@types/dragula": "^3.7.4",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.12.2",
"@types/popper.js": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"cypress": "^13.7.1",
"dotenv": "^16.4.5",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.2.5",
"typescript": "~5.4.3",
"yargs": "^17.7.2"
},
"packageManager": "[email protected]"
}