-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "devfestmn",
"version": "1.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"setup": "yarn && cd functions && yarn",
"build": "ng build --prod && cd functions && yarn build",
"start": "ng serve",
"serve": "ng serve",
"lint": "tslint \"src/**/*.ts\""
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.1",
"@angular/cdk": "^8.0.0-rc.1",
"@angular/cli": "^8.2.1",
"@angular/common": "^8.2.1",
"@angular/compiler": "^8.2.1",
"@angular/compiler-cli": "^8.2.1",
"@angular/core": "^8.2.1",
"@angular/fire": "^5.2.1",
"@angular/forms": "^8.2.1",
"@angular/language-service": "^8.2.1",
"@angular/material": "^8.0.0-rc.1",
"@angular/platform-browser": "^8.2.1",
"@angular/platform-browser-dynamic": "^8.2.1",
"@angular/platform-server": "^8.2.1",
"@angular/router": "^8.2.1",
"@angular/service-worker": "^8.2.1",
"core-js": "^2.5.4",
"firebase": "^6.3.5",
"firebase-http2-push-config": "^0.0.11",
"promise-polyfill": "^6.0.2",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.0.0-rc.0",
"sffb": "^0.2.0",
"showdown": "^1.8.6",
"tslib": "^1.9.0",
"typescript": "3.5.3",
"zone.js": "~0.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.1",
"codelyzer": "^5.0.1",
"tslint": "^5.16.0"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100
}
}