-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.86 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
{
"name": "arcs",
"description": "A companion rules app for Arcs: Collapse & Conflict in the Reach",
"version": "0.1.0",
"author": "Kyle Kemp <[email protected]>",
"homepage": "https://arcs.seiyria.com",
"engines": {
"node": "16.0.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "npm run lint && npm run prepare && ng build --configuration production",
"lint": "ng lint",
"watchrules": "nodemon -e .yml node scripts/prepare.js",
"prepare": "node scripts/prepare"
},
"private": true,
"dependencies": {
"@angular/common": "^12.2.12",
"@angular/core": "^12.2.12",
"@angular/forms": "^12.2.12",
"@angular/platform-browser": "^12.2.12",
"@angular/platform-browser-dynamic": "^12.2.12",
"@angular/router": "^12.2.12",
"@angular/service-worker": "^12.2.12",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^5.8.5",
"@ngx-translate/core": "^12.1.2",
"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.6.7",
"slugify": "^1.3.4",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1202.12",
"@angular-devkit/build-angular": "~12.2.12",
"@angular-devkit/core": "~12.2.12",
"@angular-devkit/schematics": "~12.2.12",
"@angular/cli": "^12.2.12",
"@angular/compiler": "~12.2.12",
"@angular/compiler-cli": "~12.2.12",
"@angular/language-service": "~12.2.12",
"@ionic/angular-toolkit": "^5.0.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"js-yaml": "^3.13.1",
"nodemon": "^2.0.14",
"ts-node": "~8.0.0",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
}
}