-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "nebular",
"version": "24.10.30",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"start-for-ci": "ng serve --port 4255",
"build": "ng build",
"test": "ng test --watch=false --source-map --code-coverage --browsers=\"ChromeHeadless\"",
"lint": "ng lint",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"e2e": "ng e2e",
"e2e-auto": "ng run nebular:e2e-headless:test"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^18.2.10",
"@angular/animations": "^18.2.9",
"@angular/cdk": "^17.3.10",
"@angular/common": "^18.2.9",
"@angular/compiler": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"@angular/platform-server": "^18.2.9",
"@angular/router": "^18.2.9",
"@angular/ssr": "^18.2.10",
"core-js": "^3.19.1",
"jquery": "^3.6.0",
"ngx-cookie": "^6.0.1",
"rxjs": "^7.8.1",
"zingchart": "^2.9.7",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/schematics": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "^18.2.10",
"@angular/compiler-cli": "^18.2.9",
"@angular/language-service": "^18.2.9",
"@cypress/schematic": "^2.5.1",
"@types/jasmine": "^5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/jquery": "^3.5.8",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"coveralls": "^3.1.1",
"cypress": "^13.6.1",
"eslint": "^8.39.0",
"jasmine-core": "~5.4.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-jquery": "^0.2.4",
"ts-node": "~10.8.1",
"typescript": "^5.4.5"
}
}