-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.57 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.57 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "data-jitsu",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"format:fix": "pretty-quick --staged",
"precommit": "run-s format:fix lint",
"lint": "ng lint",
"e2e": "cypress open",
"tslint-check": "tslint-config-prettier-check ./tslint.json"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^0.801.1",
"@angular/animations": "^8.2.3",
"@angular/cdk": "^8.1.4",
"@angular/common": "^8.2.3",
"@angular/compiler": "^8.2.3",
"@angular/core": "^8.2.3",
"@angular/fire": "^6.0.0",
"@angular/forms": "^8.2.3",
"@angular/http": "^7.2.15",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.3",
"@angular/platform-browser-dynamic": "^8.2.3",
"@angular/router": "^8.2.3",
"@types/youtube": "^0.0.29",
"ajv": "^6.10.2",
"angular-froala-wysiwyg": "^2.7.2-1",
"angular2-materialize": "^15.1.10",
"bcryptjs": "^2.4.3",
"core-js": "^2.4.1",
"d3": "^4.13.0",
"firebase": "^7.15.0",
"firebase-admin": "^9.6.0",
"grpc": "^1.22.2",
"hammerjs": "^2.0.8",
"html2canvas": "^1.0.0-rc.5",
"jquery": "^3.0.0",
"lodash": "^4.17.21",
"materialize-css": "^0.100.2",
"moment": "^2.24.0",
"ngx-youtube-player": "7.1.1",
"rxjs": "^6.5.2",
"stripe": "^7.9.1",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular/cli": "^8.2.3",
"@angular/compiler-cli": "^8.2.3",
"@angular/language-service": "^6.0.3",
"@cypress/webpack-preprocessor": "^4.1.0",
"@types/bcryptjs": "^2.4.2",
"@types/bootstrap": "^3.3.36",
"@types/d3": "^4.13.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "10.0.4",
"chance": "^1.0.16",
"codelyzer": "^5.0.0",
"cypress": "^4.12.1",
"husky": "^7.0.2",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"protractor": "^5.4.0",
"ts-loader": "^6.0.4",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5",
"webpack": "^4.36.1"
},
"browser": {
"crypto": false
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}