-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.56 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
{
"name": "@scottlogic/tech-carbon-estimator",
"version": "0.3.1",
"keywords": [
"sustainability",
"carbon",
"estimator",
"scott",
"logic",
"web"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:npm-package": "ng serve --configuration npm-package",
"prepare": "ng build --configuration npm-package",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"playwright-install": "pip install -r requirements.txt && playwright install --with-deps",
"playwright-test": "cd playwright/tests && pytest"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.2.0",
"@angular/cdk": "^17.2.2",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/elements": "^17.2.3",
"@angular/forms": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/router": "^17.2.0",
"@tgwf/co2": "^0.14.3",
"lodash-es": "^4.17.21",
"ng-apexcharts": "^1.9.0",
"rxjs": "~7.8.0",
"tailwindcss-scoped-preflight": "^3.2.5",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.6",
"@angular-eslint/builder": "^17.3.0",
"@angular-eslint/eslint-plugin": "^17.2.1",
"@angular-eslint/eslint-plugin-template": "^17.2.1",
"@angular-eslint/schematics": "^17.2.1",
"@angular-eslint/template-parser": "^17.2.1",
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.0",
"@tailwindcss/forms": "^0.5.7",
"@types/jasmine": "~5.1.0",
"@types/lodash-es": "^4.17.12",
"@types/tgwf__co2": "^0.14.2",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@web/test-runner": "^0.18.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jasmine-core": "~5.1.0",
"ng-mocks": "^14.13.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.3"
},
"overrides": {
"command-line-usage": "^7.0.3",
"braces": "^3.0.3",
"ip": "^2.0.1",
"ws": "^8.17.1",
"@web/test-runner-core": "^0.13.3",
"@web/dev-server": "^0.4.6"
},
"files": [
"dist/tech-carbon-estimator/**"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ScottLogic/sl-tech-carbon-estimator.git"
}
}