-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "ionic-capacitor",
"version": "0.0.0",
"type": "module",
"private": true,
"engines": {
"node": ">=18.13.0"
},
"scripts": {
"dev": "ng serve",
"ng": "ng",
"start": "npm run dev",
"build": "ng build",
"watch": "ng build --watch",
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "^1.7.3",
"@analogjs/router": "^1.7.3",
"@angular/animations": "^18.2.3",
"@angular/common": "^18.2.3",
"@angular/compiler": "^18.2.3",
"@angular/core": "^18.2.3",
"@angular/forms": "^18.2.3",
"@angular/platform-browser": "^18.2.3",
"@angular/platform-browser-dynamic": "^18.2.3",
"@angular/platform-server": "^18.2.3",
"@angular/router": "^18.2.3",
"@capacitor/android": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@capacitor/ios": "^6.1.2",
"@ionic/angular": "^8.2.7",
"@nx/angular": "^19.6.0",
"front-matter": "^4.0.2",
"ionicons": "^7.4.0",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.1.7",
"mermaid": "^10.9.1",
"prismjs": "^1.29.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@analogjs/platform": "^1.7.3",
"@analogjs/vite-plugin-angular": "^1.7.3",
"@angular/cli": "^18.2.2",
"@angular/compiler-cli": "18.2.3",
"@capacitor/cli": "^6.1.2",
"@ionic/angular-toolkit": "^12.1.1",
"@nx/vite": "^19.6.0",
"jsdom": "^24.1.0",
"nx": "^19.6.0",
"typescript": "^5.4.5",
"vite": "^5.4.1",
"vitest": "1.6.0"
}
}