forked from mateogo/develar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.20181208
executable file
·112 lines (112 loc) · 3.52 KB
/
package.json.20181208
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
110
111
112
{
"name": "develar",
"version": "0.1.0",
"description": "Project and content management",
"license": "",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"server": "DEBUG=develar:server PORT=8080 NODE_ENV=development DBASE=develar SERVER=http://develar-local.co PUBLIC=/public node bin/www",
"qa": "DEBUG=develar:server PORT=8080 NODE_ENV=test node bin/www",
"production": "DEBUG=develar:server PORT=8080 NODE_ENV=production node bin/www",
"picris": "DEBUG=develar:server PORT=8080 NODE_ENV=production DBASE=develar SERVER=http://picris.co PUBLIC=/www/picris node bin/www",
"masuno": "DEBUG=develar:server PORT=8081 NODE_ENV=production DBASE=masunodb SERVER=http://masuno.digital PUBLIC=/www/masuno node bin/www",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build": "ng build --prod"
},
"keywords": [
"uno",
"iutw",
"project management",
"proof-of-concept"
],
"private": true,
"dependencies": {
"@agm/core": "^1.0.0-beta.3",
"@angular/animations": "^6.1.4",
"@angular/cdk": "^6.4.6",
"@angular/common": "^6.1.4",
"@angular/compiler": "^6.1.4",
"@angular/core": "^6.1.4",
"@angular/forms": "^6.1.4",
"@angular/http": "^6.1.4",
"@angular/material": "^6.4.6",
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/router": "^6.1.4",
"@ng-bootstrap/ng-bootstrap": "^3.1.0",
"@ngrx/effects": "^6.1.0",
"@ngrx/entity": "^6.1.0",
"@ngrx/store": "^6.1.0",
"@ngrx/store-devtools": "^6.1.0",
"@swimlane/ngx-datatable": "^13.1.0",
"@types/leaflet": "^1.2.10",
"angular-calendar": "^0.25.2",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"chart.js": "^2.7.1",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"core-js": "^2.5.7",
"crawler": "^1.2.0",
"debug": "^3.1.0",
"express": "^4.16.2",
"font-awesome": "^4.7.0",
"hammerjs": "2.0.8",
"helmet": "^3.13.0",
"html-to-text": "^4.0.0",
"jsdom": "^12.0.0",
"leaflet": "^1.3.4",
"medium-editor": "^5.23.3",
"mongoose": "^5.2.9",
"morgan": "^1.9.0",
"multer": "^1.3.1",
"ng2-charts": "^1.6.0",
"ng2-file-upload": "^1.3.0",
"ng2-validation": "4.2.0",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"prismjs": "^1.15.0",
"pug": "^2.0.0-rc.4",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"rxjs": "^6.2.2",
"rxjs-compat": "^6.2.2",
"serve-favicon": "^2.4.5",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"squeezebox": "^1.4.1",
"underscore": "^1.9.1",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.5",
"@angular/cli": "^6.2.2",
"@angular/compiler-cli": "^6.1.4",
"@ngrx/schematics": "^6.1.0",
"@types/hammerjs": "2.0.35",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~10.9.2",
"@types/socket.io-client": "^1.4.32",
"codelyzer": "^4.4.4",
"jasmine": "^3.2.0",
"jasmine-core": "~3.2.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.2",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^1.3.1",
"protractor": "~5.4.0",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "~2.7.2"
}
}