forked from IT-Academy-BCN/ita-challenges-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·67 lines (67 loc) · 2.08 KB
/
package.json
File metadata and controls
executable file
·67 lines (67 loc) · 2.08 KB
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
{
"name": "ita-challenges-frontend",
"version": "2.0.52-RELEASE",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.dev.json",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"compodoc": "npx compodoc -p tsconfig.doc.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.7",
"@angular/cdk": "^17.0.4",
"@angular/common": "^17.0.7",
"@angular/compiler": "^17.0.7",
"@angular/core": "^17.0.7",
"@angular/forms": "^17.0.7",
"@angular/platform-browser": "^17.0.7",
"@angular/platform-browser-dynamic": "^17.0.7",
"@angular/router": "^17.0.7",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/language": "^6.8.0",
"@codemirror/state": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.14.1",
"@compodoc/compodoc": "^1.1.23",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.6",
"@types/codemirror": "^5.60.8",
"bootstrap": "^5.2.3",
"codemirror": "^6.0.1",
"date-fns": "^3.3.1",
"jasmine-marbles": "^0.9.2",
"jest-jasmine2": "^29.5.0",
"jest-preset-angular": "^13.1.4",
"jquery": "^3.6.4",
"ngx-cookie-service": "^17.1.0",
"playwright": "^1.33.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.7",
"@angular/cli": "^17.1.2",
"@angular/compiler-cli": "^17.0.7",
"@angular/localize": "^17.0.7",
"@cypress/schematic": "^2.5.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"cypress": "latest",
"jest": "^29.5.0"
}
}