-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
76 lines (76 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
71
72
73
74
75
76
{
"name": "ngx-trebol-frontend",
"version": "2.12.1-rc.3",
"revision": 0,
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test-headless": "ng test --no-watch --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": false,
"keywords": [
"ecommerce",
"shop",
"store",
"market",
"angular",
"material-design",
"i18n"
],
"dependencies": {
"@angular/animations": "^15.2.10",
"@angular/cdk": "^13.3.1",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/material": "^13.3.1",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"core-js": "^2.5.4",
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.9",
"@angular-eslint/builder": "^13.1.0",
"@angular-eslint/eslint-plugin": "^13.1.0",
"@angular-eslint/eslint-plugin-template": "^13.1.0",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "^13.1.0",
"@angular/cli": "^15.2.9",
"@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "^15.2.10",
"@angular/localize": "^15.2.10",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "~5.10.2",
"@typescript-eslint/parser": "~5.10.2",
"all-contributors-cli": "^6.20.0",
"angular-cli-ghpages": "^1.0.0-rc.2",
"eslint": "^8.2.0",
"jasmine-core": "~4.0.1",
"jasmine-spec-reporter": "~5.0.2",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "^2.2.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-safari-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.33",
"protractor": "~7.0.0",
"querystringify": ">=2.0.0",
"ts-node": "~7.0.0",
"typescript": "~4.8.4"
}
}