-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
74 lines (74 loc) · 2.69 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
{
"name": "zimrate",
"version": "1.0.1",
"description": "All Zimbabwean exchange rates from multiple sites in one RESTful / Graphql api. No need to scrounge the internet for the current days rate.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build front-end --configuration production && ng build back-end --configuration production",
"dev": "ng build front-end --configuration development && ng build back-end --configuration development",
"watch-front-end": "ng build front-end --watch --configuration development",
"watch-back-end": "ng build back-end --watch --configuration development",
"postbuild": "php artisan app:redocly",
"postdev": "npm run postbuild"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.8",
"@angular/common": "^16.2.8",
"@angular/compiler": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.8",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"animejs": "^3.2.2",
"apollo-angular": "^7.2.1",
"base-64": "^1.0.0",
"ga-gtag": "^1.2.0",
"github-fork-ribbon-css": "^0.2.3",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"rxjs": "^7.8.1",
"safe-email": "^1.1.1",
"scrollreveal": "^4.0.9",
"sprintf-js": "^1.1.3",
"tslib": "^2.8.1",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.5",
"@angular/cli": "~16.2.5",
"@angular/compiler-cli": "^16.2.8",
"@redocly/cli": "^1.2.0",
"@types/animejs": "^3.1.6",
"@types/base-64": "^1.0.0",
"@types/jasmine": "^5.1.4",
"@types/lodash": "^4.14.185",
"@types/luxon": "^3.0.1",
"@types/scrollreveal": "^0.0.11",
"@types/sprintf-js": "^1.1.2",
"jasmine-core": "^5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "^4.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richard-muvirimi/Zimrate-Server.git"
},
"author": "Richard Muvirimi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/richard-muvirimi/Zimrate-Server/issues"
},
"homepage": "https//github.com/richard-muvirimi/Zimrate-Server#readme"
}