-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.77 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.77 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
70
71
72
73
74
75
76
77
78
79
{
"name": "stop-motion",
"version": "2.0.3",
"author": "kits - Kompetent in Technik und Sprache",
"homepage": "https://kits.blog/",
"license": "GNU Affero General Public License (AGPL)",
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8",
"engines": {
"node": "22.x"
},
"scripts": {
"ng": "ng",
"start": "ng serve --live-reload=false --disable-host-check --host 0.0.0.0",
"start:prod": "ng serve --configuration production --disable-host-check --host 0.0.0.0",
"build": "ng build",
"build:prod": "ng build --configuration production",
"test": "ng test",
"test:ci": "ng test --configuration ci",
"lint": "ng lint",
"deploy:dev": "ionic build --prod && rsync -zrvh ./www/* node-development:/var/www/stop-motion-app/"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.14",
"@angular/common": "18.2.14",
"@angular/core": "18.2.14",
"@angular/forms": "18.2.14",
"@angular/platform-browser": "18.2.14",
"@angular/platform-browser-dynamic": "18.2.14",
"@angular/router": "18.2.14",
"@angular/service-worker": "18.2.14",
"@ionic/angular": "8.7.9",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ngx-translate/core": "17.0.0",
"@ngx-translate/http-loader": "17.0.0",
"@popperjs/core": "^2.11.8",
"@zip.js/zip.js": "2.8.10",
"bootstrap": "^5.3.8",
"file-saver": "2.0.5",
"gifenc": "^1.0.3",
"rxjs": "7.8.2",
"swiper": "12.0.3",
"tslib": "2.8.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.21",
"@angular-eslint/builder": "18.4.3",
"@angular-eslint/eslint-plugin": "18.4.3",
"@angular-eslint/eslint-plugin-template": "18.4.3",
"@angular-eslint/template-parser": "18.4.3",
"@angular/cli": "^18.2.21",
"@angular/compiler": "18.2.14",
"@angular/compiler-cli": "18.2.14",
"@angular/language-service": "18.2.14",
"@angular/localize": "18.2.14",
"@ionic/angular-toolkit": "12.3.0",
"@types/dom-mediacapture-record": "1.0.22",
"@types/file-saver": "2.0.7",
"@types/jasmine": "5.1.13",
"@types/jasminewd2": "2.0.13",
"@types/node": "22.19.1",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"@typescript-eslint/types": "8.47.0",
"@typescript-eslint/utils": "8.47.0",
"eslint": "9.39.1",
"jasmine-core": "5.12.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"description": "An Ionic project"
}