-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.46 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.46 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
{
"name": "venzra-website",
"version": "2.0.0",
"author": "SYSEN LIMITED",
"license": "UNLICENSED",
"private": true,
"scripts": {
"start": "npm run build && serve -s -p 8080 dist",
"build": "ng build --prod",
"lint": "ng lint",
"watch": "ng serve --host 0.0.0.0 --port 8080 --open"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.10.1",
"@angular/animations": "7.0.0",
"@angular/cdk": "7.0.0",
"@angular/cli": "7.0.1",
"@angular/common": "7.0.0",
"@angular/compiler": "7.0.0",
"@angular/compiler-cli": "7.0.0",
"@angular/core": "7.0.0",
"@angular/flex-layout": "7.0.0-beta.19",
"@angular/forms": "7.0.0",
"@angular/http": "7.0.0",
"@angular/language-service": "7.0.0",
"@angular/material": "7.0.0",
"@angular/platform-browser": "7.0.0",
"@angular/platform-browser-dynamic": "7.0.0",
"@angular/pwa": "0.10.1",
"@angular/router": "7.0.0",
"@angular/service-worker": "7.0.0",
"@types/node": "10.12.0",
"classlist.js": "1.1.20150312",
"codelyzer": "4.5.0",
"core-js": "2.5.7",
"marked": "0.5.1",
"normalize.css": "8.0.0",
"rxjs": "6.3.3",
"serve": "10.0.2",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.1.3",
"web-animations-js": "2.3.1",
"zone.js": "0.8.26"
}
}