-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.2 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
63
64
65
66
67
68
69
{
"name": "construct7",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main",
"start": "concurrently \"nx serve construct-7\" \"nx serve construct-7-electron\"",
"build": "nx build construct-7 && nx build construct-7-electron",
"test": "nx test",
"package": "yarn build && nx run construct-7-electron:make"
},
"private": true,
"dependencies": {
"rxjs": "~7.4.0",
"@ffxiv-teamcraft/pcap-ffxiv": "^0.10.4",
"electron-log": "^4.4.7",
"tslib": "^2.0.0",
"electron-store": "^7.0.3"
},
"devDependencies": {
"@nrwl/angular": "14.2.4",
"ng-zorro-antd": "^13.2.2",
"tslib": "^2.0.0",
"zone.js": "~0.11.4",
"@angular/animations": "~14.0.0",
"@angular/common": "~14.0.0",
"@angular/compiler": "~14.0.0",
"@angular/core": "~14.0.0",
"@angular/forms": "~14.0.0",
"@angular/platform-browser": "~14.0.0",
"@angular/platform-browser-dynamic": "~14.0.0",
"@angular/router": "~14.0.0",
"@angular-devkit/build-angular": "~14.0.0",
"@angular-eslint/eslint-plugin": "~13.2.1",
"@angular-eslint/eslint-plugin-template": "~13.2.1",
"@angular-eslint/template-parser": "~13.2.1",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "~14.0.0",
"@angular/language-service": "~14.0.0",
"@nrwl/cli": "14.2.4",
"@nrwl/cypress": "14.2.4",
"@nrwl/eslint-plugin-nx": "14.2.4",
"@nrwl/jest": "14.2.4",
"@nrwl/linter": "14.2.4",
"@nrwl/workspace": "14.2.4",
"@types/jest": "27.4.1",
"@types/lodash": "^4.14.182",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "~5.24.0",
"@typescript-eslint/parser": "~5.24.0",
"@xivapi/angular-client": "^1.8.1",
"concurrently": "^7.2.1",
"cypress": "^9.1.0",
"electron": "^19.0.4",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.5.1",
"jest-preset-angular": "~11.1.2",
"lodash": "^4.17.21",
"nx": "14.2.4",
"nx-electron": "^13.2.1",
"prettier": "^2.6.2",
"ts-jest": "27.1.4",
"ts-node": "~10.8.0",
"typescript": "~4.7.2"
}
}