-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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
{
"name": "notyetspecified",
"version": "2.0.1",
"author": "Joao Ladeiras",
"homepage": "https://notyetspecified.github.io",
"scripts": {
"start": "ng serve --host 0.0.0.0",
"build": "rm -rf www && ng build -c production --base-href /www/ --output-hashing all"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/material": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@ionic/angular": "^7.0.0",
"@mdi/angular-material": "^7.2.96",
"rxjs": "~7.8.0",
"tslib": "^2.6.2",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/language-service": "^16.0.0",
"@ionic/angular-toolkit": "^9.0.0",
"@types/node": "^12.11.1",
"ts-node": "^8.3.0",
"eslint": "^7.26.0",
"typescript": "~5.0.2"
},
"description": "An Ionic project"
}