generated from maximegris/angular-tauri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.64 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
{
"name": "loa-cd-tracker",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "npm run tauri:serve",
"web:serve": "ng serve -o",
"web:build": "ng build --base-href ./",
"web:dev": "npm run web:build",
"web:prod": "npm run web:build -- -c production",
"tauri": "tauri",
"tauri:serve": "tauri dev",
"tauri:bundle": "tauri build",
"test": "ng test --watch=false",
"test:watch": "ng test",
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/common": "14.1.2",
"@angular/compiler": "14.1.2",
"@angular/core": "14.1.2",
"@angular/forms": "14.1.2",
"@angular/language-service": "14.1.2",
"@angular/platform-browser": "14.1.2",
"@angular/platform-browser-dynamic": "14.1.2",
"@angular/router": "14.1.2",
"@codewithdan/observable-store": "2.2.14",
"@datorama/akita": "7.1.1",
"@ngneat/elf": "2.1.0",
"@ngneat/elf-entities": "4.4.2",
"@taiga-ui/cdk": "^2.60.0",
"@taiga-ui/core": "^2.60.0",
"@taiga-ui/icons": "^2.60.0",
"@taiga-ui/kit": "^2.60.0",
"@tauri-apps/api": "1.0.0-rc.2",
"@tinkoff/ng-dompurify": "3.0.0",
"animate.css": "4.1.1",
"dompurify": "2.2.9",
"loa-details-log-parser": "1.3.1",
"rxjs": "7.5.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.1.2",
"@angular-eslint/builder": "14.0.2",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/schematics": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "14.1.2",
"@angular/compiler-cli": "14.1.2",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@tauri-apps/cli": "1.0.5",
"@types/dompurify": "2.2.3",
"@types/jasmine": "3.10.3",
"@types/jasminewd2": "2.0.10",
"@types/node": "16.11.25",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"conventional-changelog-cli": "2.1.1",
"eslint": "8.9.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "37.9.4",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "3.10.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.16",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"npm-run-all": "4.1.5",
"ts-node": "10.5.0",
"typescript": "4.6.2",
"wait-on": "6.0.1",
"webdriver-manager": "12.1.8"
}
}