-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
109 lines (109 loc) · 2.94 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "pear-tutoring",
"version": "0.0.0",
"description": "Sharing the fruits of knowledge",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"deploy": "rimraf dist; ng build --prod; firebase deploy",
"deploy:win": "rimraf dist & ng build --prod & firebase deploy",
"configure-cors": "gsutil cors set cors.json gs://wwt-hackathon-2016.appspot.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelgira23/Pear-Tutoring.git"
},
"private": true,
"contributors": [
{
"name": "Jack Cai",
"email": "jack@jackcai.me",
"url": "https://jackcai.me/"
},
{
"name": "Nick Clifford",
"email": "nick@nickclifford.me",
"url": "https://nickclifford.me/"
},
{
"name": "Alexander Donovan"
},
{
"name": "Michel Ge",
"url": "http://mge-elements.herokuapp.com/"
},
{
"name": "Michael Gira",
"email": "contact@michaelgira.me",
"url": "https://michaelgira.me/"
},
{
"name": "Sidd Mehta"
},
{
"name": "Bob Sforza",
"url": "http://bobsforza.com/"
}
],
"bugs": {
"url": "https://github.com/michaelgira23/Pear-Tutoring/issues"
},
"homepage": "https://github.com/michaelgira23/Pear-Tutoring#readme",
"dependencies": {
"@angular/common": "^2.2.3",
"@angular/compiler": "^2.2.3",
"@angular/compiler-cli": "2.2.3",
"@angular/core": "^2.2.3",
"@angular/forms": "^2.2.3",
"@angular/http": "^2.2.3",
"@angular/platform-browser": "^2.2.3",
"@angular/platform-browser-dynamic": "^2.2.3",
"@angular/router": "^3.2.3",
"angular-calendar": "^0.4.4",
"angular2-color-picker": "^1.3.0",
"angular2-uuid": "^1.1.0",
"angularfire2": "^2.0.0-beta.6",
"core-js": "^2.4.1",
"deep-assign": "^2.0.0",
"dialog-polyfill": "^0.4.5",
"firebase": "^3.6.6",
"getmdl-select": "^1.0.4",
"hammerjs": "^2.0.8",
"lodash": "^4.17.4",
"material-design-lite": "^1.3.0",
"moment": "^2.17.0",
"ng2-datepicker": "^1.4.8",
"normalize.css": "^5.0.0",
"paper": "^0.10.2",
"parse-color": "^1.0.0",
"prisma": "^3.1.0",
"rxjs": "5.0.0-beta.12",
"ts-helpers": "^1.1.1",
"zone.js": "^0.6.23"
},
"devDependencies": {
"@angular/compiler-cli": "^2.1.0",
"@types/jasmine": "^2.2.30",
"@types/node": "^6.0.42",
"angular-cli": "1.0.0-beta.21",
"codelyzer": "~1.0.0-beta.3",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
"karma": "1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.2.1",
"protractor": "4.0.9",
"rimraf": "^2.5.4",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "~2.0.3",
"webdriver-manager": "10.2.5"
}
}