-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.53 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
{
"name": "leder-app-shell",
"description": "A shell to quickly build out *Cards sites for Leder Games.",
"version": "1.0.0",
"author": "Kyle Kemp <[email protected]>",
"engines": {
"node": ">=12"
},
"scripts": {
"ng": "ng",
"start": "ng serve -o --host=0.0.0.0",
"build": "npm run lint && ng build --prod",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/common": "^9.1.13",
"@angular/core": "^9.1.13",
"@angular/forms": "^9.1.13",
"@angular/platform-browser": "^9.1.13",
"@angular/platform-browser-dynamic": "^9.1.13",
"@angular/pwa": "^0.12.4",
"@angular/router": "^9.1.13",
"@angular/service-worker": "^9.1.13",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^4.11.13",
"@ngx-translate/core": "^12.1.2",
"core-js": "^2.5.4",
"ngx-clipboard": "^14.0.1",
"ngx-tippy-wrapper": "^2.1.0",
"rxjs": "~6.4.0",
"tslib": "^2.1.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.901.15",
"@angular-devkit/build-angular": "^0.901.15",
"@angular-devkit/core": "^9.1.15",
"@angular-devkit/schematics": "^9.1.15",
"@angular/cli": "^9.1.15",
"@angular/compiler": "^9.1.13",
"@angular/compiler-cli": "^9.1.13",
"@angular/language-service": "^9.1.13",
"@ionic/angular-toolkit": "~1.4.0",
"codelyzer": "~4.5.0",
"tslint": "~5.16.0",
"typescript": "^3.8.3"
}
}