-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.17 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": "binary-alchemist",
"version": "12.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --verbose --configuration production --base-href ./",
"build:dev": "ng build --base-href ./",
"test": "ng test --watch=false --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.0.5",
"@angular/cdk": "^12.0.0",
"@angular/common": "~12.0.0",
"@angular/compiler": "~12.0.5",
"@angular/core": "~12.0.0",
"@angular/forms": "~12.0.0",
"@angular/material": "^11.0.3",
"@angular/platform-browser": "~12.0.0",
"@angular/platform-browser-dynamic": "~12.0.5",
"@angular/router": "~12.0.0",
"angular-font-awesome": "^3.1.2",
"bootstrap3": "^3.3.5",
"github-fork-ribbon-css": "^0.2.3",
"jquery": "^3.5.1",
"jquery.cycle2": "^2.1.7",
"mixitup": "^3.3.1",
"ngx-bootstrap": "^5.1.1",
"ngx-scrollbar": "^8.0.0",
"rxjs": "~6.6.3",
"tslib": "^1.9.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.14",
"@angular-eslint/builder": "12.7.0",
"@angular-eslint/eslint-plugin": "12.7.0",
"@angular-eslint/eslint-plugin-template": "12.7.0",
"@angular-eslint/schematics": "12.7.0",
"@angular-eslint/template-parser": "12.7.0",
"@angular/cli": "^12.0.0",
"@angular/compiler-cli": "12.0.5",
"@angular/language-service": "~12.0.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/jquery": "^3.5.5",
"@types/node": "^8.9.5",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "^7.26.0",
"font-awesome": "^4.7.0",
"jasmine-core": "~3.8.0",
"jasmine-reporters": "^2.3.2",
"jasmine-spec-reporter": "~4.2.1",
"json-loader": "^0.5.7",
"karma": "^6.3.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "^2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-junit-reporter": "^1.2.0",
"protractor": "^7.0.0",
"puppeteer": "^13.0.1",
"ts-node": "~7.0.0",
"typescript": "~4.2.3"
}
}