forked from ppenalver/egeo-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.04 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "egeo-web",
"version": "1.4.0",
"description": "Egeo website with style, components and other documentation",
"author": "Stratio",
"repository": {
"type": "git",
"url": "https://github.com/Stratio/egeo-web"
},
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod --progress=false",
"test": "ng test --sourcemap=false --watch=false",
"lint": "ng lint",
"commit": "git-cz"
},
"dependencies": {
"@angular/animations": "4.3.6",
"@angular/common": "4.3.6",
"@angular/compiler": "4.3.6",
"@angular/core": "4.3.6",
"@angular/forms": "4.3.6",
"@angular/http": "4.3.6",
"@angular/platform-browser": "4.3.6",
"@angular/platform-browser-dynamic": "4.3.6",
"@angular/router": "4.3.6",
"@ngx-translate/core": "7.1.0",
"@ngx-translate/http-loader": "0.1.0",
"@stratio/egeo": "3.0.1",
"@stratio/egeo-theme": "0.14.1",
"core-js": "2.5.1",
"lodash": "4.17.4",
"markdown-to-html-pipe": "1.2.3",
"prismjs": "1.6.0",
"rxjs": "5.4.3",
"sticky-js": "1.2.0",
"zone.js": "0.8.17"
},
"devDependencies": {
"@angular/cli": "1.4.0",
"@angular/compiler-cli": "4.3.6",
"@angular/language-service": "4.3.6",
"@stratio/egeo-ui-base": "1.4.1",
"@types/jasmine": "2.5.54",
"@types/jasminewd2": "2.0.3",
"@types/js-beautify": "0.0.31",
"@types/lodash": "4.14.68",
"@types/node": "6.0.60",
"@types/prismjs": "1.6.4",
"codelyzer": "3.1.2",
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.0.0",
"jasmine-core": "2.8.0",
"jasmine-spec-reporter": "4.2.1",
"js-beautify": "1.6.14",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.3.0",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"ts-node": "3.3.0",
"tslint": "5.3.2",
"typescript": "2.3.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}