-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.91 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
{
"name": "rasp-water",
"version": "0.0.0",
"type": "module",
"scripts": {
"ng": "ng",
"start": "npx angular-build-info && ng serve --host=0.0.0.0",
"build": "npx angular-build-info && ng build --base-href /rasp-water/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "~18.2.4",
"@angular/common": "~18.2.4",
"@angular/compiler": "~18.2.4",
"@angular/core": "~18.2.4",
"@angular/forms": "~18.2.4",
"@angular/localize": "^18.2.4",
"@angular/platform-browser": "~18.2.4",
"@angular/platform-browser-dynamic": "~18.2.4",
"@angular/router": "~18.2.4",
"@eonasdan/tempus-dominus": "^6.9.11",
"@fortawesome/fontawesome-free": "^6.6.0",
"@ng-bootstrap/ng-bootstrap": "^17",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"dayjs": "^1.11.13",
"jquery": "^3.7.1",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"uuid": "^10.0.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.4",
"@angular-eslint/eslint-plugin-template": "^18.3",
"@angular/cli": "~18.2.4",
"@angular/compiler-cli": "~18.2.4",
"@types/jasmine": "~5.1.4",
"@types/node": "^22.5.5",
"@types/uuid": "^10.0.0",
"angular-build-info": "^2.0.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"jasmine-core": "~5.3.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",
"typescript": "~5.5",
"typescript-eslint": "^8.5.0"
}
}