-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
91 lines (91 loc) · 2.88 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
84
85
86
87
88
89
90
91
{
"name": "road-to-fire",
"description": "Keep track of your financial assets",
"author": "Liviu Iancuta <liviu.iancuta@gmail.com>",
"homepage": "https://github.com/iLiviu/road-to-fire#readme",
"repository": {
"type": "git",
"url": "https://github.com/iLiviu/road-to-fire"
},
"bugs": {
"url": "https://github.com/iLiviu/road-to-fire/issues"
},
"license": "GPL-3.0-or-later",
"version": "1.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build-stats": "ng build --stats-json",
"bundle-report": "webpack-bundle-analyzer dist/RoadToFIRE/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.5",
"@angular/cdk": "^14.2.4",
"@angular/common": "^14.2.5",
"@angular/compiler": "^14.2.5",
"@angular/core": "^14.2.5",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "^14.2.5",
"@angular/material": "^14.2.4",
"@angular/material-moment-adapter": "^14.2.4",
"@angular/platform-browser": "^14.2.5",
"@angular/platform-browser-dynamic": "^14.2.5",
"@angular/router": "^14.2.5",
"@angular/service-worker": "^14.2.5",
"@ecodev/fab-speed-dial": "^11.0.0",
"@types/crypto-js": "^3.1.47",
"@types/ws": "^8.5.10",
"chart.js": "^4.4.2",
"chartjs-adapter-moment": "^1.0.0",
"core-js": "^2.6.12",
"crypto-js": "~4.2.0",
"csv-parse": "^5.5.3",
"hammerjs": "^2.0.8",
"lodash-decorators": "^6.0.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"ng2-charts": "^4.1.1",
"node-irr": "^2.0.3",
"remotestorage-widget": "^1.5.2",
"remotestoragejs": "^1.2.3",
"rxjs": "^6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.5",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "^14.2.5",
"@angular/compiler-cli": "^14.2.5",
"@angular/language-service": "^14.2.5",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^16.18.96",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"eslint": "^8.23.1",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "^7.0.0",
"ts-node": "^8.10.2",
"typescript": "~4.6.4"
}
}