-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.63 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "limelight",
"description": "A cool Weiss Schwarz card searcher",
"version": "0.0.1",
"author": "Kyle Kemp <[email protected]>",
"homepage": "https://limelight.cards/",
"scripts": {
"ng": "ng",
"start": "ng serve --port 6699 -o",
"build": "ng build --configuration production",
"build:netlify": "npm run build",
"fetch:cards": "ts-node scripts/fetch-cards",
"test": "npm run lint && npm run fetch:cards && npm run jest",
"jest": "jest",
"jest:watch": "jest --watch",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/fire": "^7.4.1",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@angular/service-worker": "^14.2.8",
"@capacitor/app": "4.1.0",
"@capacitor/core": "4.4.0",
"@capacitor/haptics": "4.0.1",
"@capacitor/keyboard": "4.0.1",
"@capacitor/status-bar": "4.0.1",
"@ionic/angular": "^6.1.9",
"@ng-select/ng-select": "^9.1.0",
"@ngx-matomo/router": "^3.2.0",
"@ngx-matomo/tracker": "^3.2.0",
"@swimlane/ngx-datatable": "^20.1.0",
"compress-json": "^2.1.2",
"csv-parse": "^5.3.2",
"ionicons": "^6.0.3",
"lodash": "^4.17.21",
"luxon": "^3.1.0",
"luxon-angular": "^5.2.0",
"marked": "^4.2.1",
"md5": "^2.3.0",
"ngx-clipboard": "^15.1.0",
"ngx-webstorage": "^10.0.1",
"rxjs": "~6.6.0",
"search-query-parser": "^1.6.0",
"swiper": "^8.4.4",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.0",
"@angular-eslint/builder": "^14.1.2",
"@angular-eslint/eslint-plugin": "^14.1.2",
"@angular-eslint/eslint-plugin-template": "^14.1.2",
"@angular-eslint/template-parser": "^14.1.2",
"@angular/cli": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/language-service": "^14.0.0",
"@capacitor/cli": "4.4.0",
"@ionic/angular-toolkit": "^6.0.0",
"@types/jest": "^29.2.0",
"@types/marked": "^4.0.7",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.26.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.25",
"eslint-plugin-prefer-arrow": "1.2.2",
"eslint-plugin-unused-imports": "^2.0.0",
"fs-extra": "^10.1.0",
"git-clone-repo": "^1.0.0",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"ts-node": "~8.3.0",
"typescript": "~4.7.3"
}
}