forked from mateogo/develar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.20190901
executable file
·116 lines (116 loc) · 3.64 KB
/
package.json.20190901
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
113
114
115
116
{
"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.7",
"@angular/animations": "^8.2.4",
"@angular/cdk": "^7.3.7",
"@angular/common": "^8.2.4",
"@angular/compiler": "^8.2.4",
"@angular/core": "^8.2.4",
"@angular/forms": "^8.2.4",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^8.2.4",
"@angular/platform-browser-dynamic": "^8.2.4",
"@angular/router": "^8.2.4",
"@asymmetrik/ngx-leaflet": "^5.0.2",
"@ng-bootstrap/ng-bootstrap": "^4.1.2",
"@ngrx/effects": "^7.4.0",
"@ngrx/entity": "^7.4.0",
"@ngrx/store": "^7.4.0",
"@ngrx/store-devtools": "^7.4.0",
"@swimlane/ngx-datatable": "^14.0.0",
"@types/leaflet": "^1.4.4",
"angular-calendar": "^0.27.7",
"bluebird": "^3.5.4",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"cookie-parser": "^1.4.4",
"cookie-session": "^2.0.0-beta.3",
"core-js": "^2.6.5",
"crawler": "^1.2.1",
"date-fns": "^1.30.1",
"debug": "^4.1.1",
"express": "^4.16.4",
"font-awesome": "^4.7.0",
"hammerjs": "2.0.8",
"helmet": "^3.17.0",
"html-to-text": "^5.1.1",
"jsdom": "^15.0.0",
"leaflet": "^1.4.0",
"medium-editor": "^5.23.3",
"mongoose": "^5.5.5",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"ng2-charts": "^2.2.3",
"ng2-file-upload": "^1.3.0",
"ng2-validation": "4.2.0",
"node-geocoder": "^3.23.0",
"nodemailer": "^6.1.1",
"passport": "^0.4.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"prismjs": "^1.16.0",
"pug": "^2.0.0-rc.4",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"rxjs": "^6.5.2",
"serve-favicon": "^2.4.5",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"squeezebox": "^1.4.1",
"tslib": "^1.9.3",
"underscore": "^1.9.1",
"web-animations-js": "^2.3.2",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.2",
"@angular/cli": "^8.3.2",
"@angular/compiler-cli": "^8.2.4",
"@ngrx/schematics": "^7.4.0",
"@types/hammerjs": "2.0.36",
"@types/jasmine": "~3.3.12",
"@types/jasminewd2": "~2.0.6",
"@types/node": "~12.0.0",
"@types/socket.io-client": "^1.4.32",
"codelyzer": "^5.0.1",
"jasmine": "^3.4.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.5",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "~5.4.2",
"ts-node": "~8.1.0",
"tslint": "~5.16.0",
"typescript": "~3.5.3",
"xml2js": "^0.4.19"
}
}