forked from petronetto/beebee-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.86 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "beebee-admin",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --verbose --progress",
"build": "ng build",
"test": "ng test",
"lint": "ng lint --fix --format=stylish",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular/http": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@angular/router": "^3.4.0",
"angular2-text-mask": "^2.1.0",
"bootstrap": "^3.3.7",
"cep-promise": "^2.0.4",
"core-js": "^2.4.1",
"cpf_cnpj": "^0.2.0",
"font-awesome": "^4.7.0",
"jquery": "^2.2.4",
"jwt-decode": "^2.1.0",
"ng2-breadcrumb": "^0.5.6",
"pace": "git+https://github.com/HubSpot/pace.git#v1.0.2",
"rxjs": "^5.2.0",
"swiper": "^3.4.0",
"ts-helpers": "^1.1.1",
"twitter-bootstrap-wizard": "^1.2.0",
"xmlbuilder": "^8.2.2",
"zone.js": "^0.7.6"
},
"devDependencies": {
"@angular/cli": "1.0.0-rc.1",
"@angular/compiler-cli": "^2.4.0",
"@types/bootstrap": "^3.3.7",
"@types/jasmine": "2.5.38",
"@types/jquery": "^2.0.34",
"@types/jwt-decode": "^1.4.28",
"@types/node": "~6.0.60",
"@types/nprogress": "0.0.29",
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.0",
"rimraf": "^2.5.4",
"ts-node": "~2.0.0",
"tslint": "~4.4.2",
"tslint-config-standard": "^4.0.0",
"typescript": "~2.1.5",
"webdriver-manager": "10.2.5"
}
}