-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.83 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
61
62
{
"name": "oath",
"description": "A companion rules app for Oath: Chronicles of Empire and Exile",
"version": "1.0.0",
"author": "Kyle Kemp <[email protected]>",
"homepage": "https://oath.seiyria.com",
"engines": {
"node": "10.0.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve -o --host=0.0.0.0",
"build": "npm run lint && npm run prepare && ng build --prod",
"test": "ng test",
"lint": "ng lint",
"prepare": "node scripts/prepare",
"validaterules": "node scripts/compare-rules"
},
"private": true,
"dependencies": {
"@angular/common": "^7.2.2",
"@angular/core": "^7.2.2",
"@angular/forms": "^7.2.2",
"@angular/http": "^7.2.2",
"@angular/platform-browser": "^7.2.2",
"@angular/platform-browser-dynamic": "^7.2.2",
"@angular/pwa": "^0.12.4",
"@angular/router": "^7.2.2",
"@angular/service-worker": "^7.2.2",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^4.1.0",
"core-js": "^2.5.4",
"lodash.get": "^4.4.2",
"lodash.shuffle": "^4.2.0",
"lodash.sortby": "^4.7.0",
"marked": "^0.6.2",
"roman-numeral": "^0.2.6",
"rxjs": "~6.4.0",
"slugify": "^1.3.4",
"tslib": "^1.9.0",
"zone.js": "~0.8.29"
},
"devDependencies": {
"@angular-devkit/architect": "~0.12.3",
"@angular-devkit/build-angular": "~0.13.0",
"@angular-devkit/core": "~7.2.3",
"@angular-devkit/schematics": "~7.2.3",
"@angular/cli": "~7.3.1",
"@angular/compiler": "~7.2.2",
"@angular/compiler-cli": "~7.2.2",
"@angular/language-service": "~7.2.2",
"@ionic/angular-toolkit": "~1.4.0",
"@types/node": "~10.14.2",
"codelyzer": "~4.5.0",
"js-yaml": "^3.13.1",
"ts-node": "~8.0.0",
"tslint": "~5.16.0",
"typescript": "~3.1.6"
}
}