-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
61 lines (61 loc) · 1.93 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
{
"name": "angular-cli-seed",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "ng serve",
"build": "ng build",
"lint": "ng lint",
"json:server": "json-server --delay 3000 --watch db.json",
"format:fix": "pretty-quick --staged",
"precommit": "concurrently \"npm run format:fix\" \" npm run lint\" ",
"deploy":
"ng build --prod --bh /enterprise-angular-seed/ && angular-cli-ghpages --no-silent --repo=https://[email protected]/Infosys/enterprise-angular-seed.git --name=\"Vijay Dharap\" [email protected]"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.2",
"@angular/cdk": "^5.2.1",
"@angular/common": "^5.2.2",
"@angular/compiler": "^5.2.2",
"@angular/core": "^5.2.2",
"@angular/flex-layout": "^2.0.0-beta.12",
"@angular/forms": "^5.2.2",
"@angular/http": "^5.2.2",
"@angular/material": "^5.2.1",
"@angular/platform-browser": "^5.2.2",
"@angular/platform-browser-dynamic": "^5.2.2",
"@angular/router": "^5.2.2",
"angular2-json-schema-form": "^0.7.0-alpha.1",
"chartist": "^0.11.0",
"core-js": "^2.4.1",
"loglevel": "^1.6.0",
"ng-chartist": "^1.1.1",
"ngx-perfect-scrollbar": "^5.3.1",
"ngx-permissions": "^3.2.1",
"normalize.css": "^7.0.0",
"primeng": "^5.0.2",
"rxjs": "^5.5.2",
"sanitize.css": "^5.0.0",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.6.5",
"@angular/compiler-cli": "^5.2.2",
"@angular/language-service": "^5.2.2",
"@types/chartist": "^0.9.38",
"@types/node": "~6.0.60",
"angular-cli-ghpages": "^0.5.2",
"codelyzer": "^4.1.0",
"concurrently": "^3.5.1",
"husky": "^0.14.3",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"json-server": "^0.12.1",
"prettier": "^1.10.2",
"pretty-quick": "^1.2.2",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.4.2"
}
}