-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
70 lines (70 loc) · 2.19 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
{
"name": "rxjs-fruits",
"version": "0.0.0",
"scripts": {
"cy:open": "cypress open",
"cy:run": "cypress run",
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod && echo www.rxjs-fruits.com > docs/CNAME",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e:ci": "start-server-and-test start http://localhost:4200 cy:run",
"postinstall": "ngcc --properties es2015 browser module main"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.4",
"@angular/cdk": "^11.2.3",
"@angular/common": "~11.2.4",
"@angular/compiler": "~11.2.4",
"@angular/core": "~11.2.4",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "~11.2.4",
"@angular/material": "^11.2.3",
"@angular/platform-browser": "~11.2.4",
"@angular/platform-browser-dynamic": "~11.2.4",
"@angular/router": "~11.2.4",
"@materia-ui/ngx-monaco-editor": "^5.0.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"angulartics2": "^10.0.0",
"animate.css": "^4.1.1",
"gsap": "^3.6.0",
"monaco-editor": "^0.20.0",
"ngx-cookie-service": "^11.0.2",
"ngx-highlightjs": "^4.1.3",
"property-watch-decorator": "^1.2.5",
"rxjs": "^6.6.6",
"tslib": "^2.1.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.3",
"@angular/cli": "~11.2.3",
"@angular/compiler-cli": "~11.2.4",
"@angular/language-service": "~11.2.4",
"@briebug/cypress-schematic": "^4.4.0",
"@cypress/webpack-preprocessor": "^5.6.0",
"@types/gsap": "^1.20.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.14.31",
"codelyzer": "^6.0.0",
"cypress": "^6.6.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "^6.0.0",
"karma": "~6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.4",
"rxjs-fruits-schematics": "^1.0.4",
"start-server-and-test": "^1.12.0",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.0.5"
}
}