-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 3.09 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
92
{
"name": "business-carbon-calculator",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"start": "nx serve",
"prebuild": "node ./scripts/stamp-build.mjs --outputPath=./apps/starter/src/stamp.gen.ts",
"build": "nx build --extractLicenses",
"build:env": "node ./scripts/env-build.mjs",
"analyse:bundle": "webpack-bundle-analyzer dist/apps/starter/stats.json",
"analyse:tree": "source-map-explorer dist/apps/starter/**/*.js --only-mapped --html dist/source_map_explorer_output.html",
"test": "nx test",
"lint": "nx lint --max-warnings=0",
"format": "prettier --write './**/*.{scss,html,mjs,ts}'",
"format:check": "prettier --check './**/*.{scss,html,mjs,ts}'"
},
"engines": {
"node": "^14.19.1",
"npm": "^8.5.5"
},
"private": false,
"dependencies": {
"@angular/animations": "13.3.0",
"@angular/cdk": "13.3.1",
"@angular/common": "13.3.0",
"@angular/compiler": "13.3.0",
"@angular/core": "13.3.0",
"@angular/forms": "13.3.0",
"@angular/material": "13.3.1",
"@angular/material-luxon-adapter": "13.3.1",
"@angular/platform-browser": "13.3.0",
"@angular/platform-browser-dynamic": "13.3.0",
"@angular/router": "13.3.0",
"@auth0/auth0-angular": "^1.9.0",
"@ngxs/store": "3.7.3",
"@normative/theme": "^1.3.0",
"@nrwl/angular": "13.9.5",
"@sentry/angular": "^6.19.2",
"angulartics2": "^12.0.0",
"d3": "^7.4.0",
"lottie-web": "^5.9.1",
"luxon": "^2.3.1",
"ngx-lottie": "^8.0.1",
"rxjs": "^7.5.5",
"tslib": "^2.3.1",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.1",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/schematics": "^13.1.0",
"@angular-eslint/template-parser": "13.1.0",
"@angular/cli": "13.3.1",
"@angular/compiler-cli": "13.3.0",
"@angular/language-service": "13.3.0",
"@auth0/auth0-spa-js": "^1.20.1",
"@ngxs/devtools-plugin": "^3.7.3",
"@nrwl/cli": "13.9.5",
"@nrwl/cypress": "13.9.5",
"@nrwl/eslint-plugin-nx": "13.9.5",
"@nrwl/jest": "13.9.5",
"@nrwl/linter": "13.9.5",
"@nrwl/tao": "13.9.5",
"@nrwl/workspace": "13.9.5",
"@types/d3": "^7.1.0",
"@types/jest": "27.4.1",
"@types/luxon": "^2.3.1",
"@types/node": "14.18.12",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"cypress": "^9.5.3",
"eslint": "8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^38.1.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-rxjs": "^5.0.2",
"jest": "27.5.1",
"jest-junit": "^13.0.0",
"jest-preset-angular": "11.1.0",
"minimist": "^1.2.6",
"prettier": "^2.6.1",
"ts-jest": "27.1.4",
"webpack-bundle-analyzer": "4.5.0",
"source-map-explorer": "2.5.2",
"typescript": "4.4.4"
}
}