-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "sleek-software",
"version": "2.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/tevanc14/SleekSoftware"
},
"author": {
"name": "Tevan Carrell",
"email": "tevanc14@gmail.com",
"url": "https://sleek.software"
},
"scripts": {
"build": "ng build --prod",
"deploy": "npm run build; firebase deploy",
"lint": "ng lint",
"ng": "ng",
"open": "ng serve --open=true",
"start": "ng serve"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "~0.1001.1",
"@angular/animations": "~11.0.0-next.1",
"@angular/cdk": "10.2.1",
"@angular/common": "~11.0.0-next.1",
"@angular/compiler": "~11.0.0-next.1",
"@angular/core": "~11.0.0-next.1",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "~11.0.0-next.1",
"@angular/material": "^10.2.1",
"@angular/platform-browser": "~11.0.0-next.1",
"@angular/platform-browser-dynamic": "~11.0.0-next.1",
"@angular/pwa": "^0.13.9",
"@angular/router": "~11.0.0-next.1",
"@angular/service-worker": "~11.0.0-next.1",
"@fortawesome/angular-fontawesome": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"core-js": "^2.5.4",
"hammerjs": "^2.0.8",
"rxjs": "^6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular/cli": "~10.1.1",
"@angular/compiler-cli": "~11.0.0-next.1",
"@angular/language-service": "~11.0.0-next.1",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.0.2",
"webpack-dev-server": "^3.11.0"
}
}