-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
144 lines (144 loc) · 4.89 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "meancore",
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"version": "0.5.0-beta",
"private": false,
"author": "david.oravsky",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meancore/meancore.git"
},
"engines": {
"node": ">=14.15.0",
"npm": ">=6.14.8"
},
"type": "module",
"scripts": {
"init": "node ./tools/init-core.js core && npm run bundle:packages",
"bundle:packages": "node ./tools/bundle-packages.js",
"unbundle:packages": "node ./tools/unbundle-packages.js",
"link:install": "node ./tools/link-packages.js --flag install && npm run bundle:packages",
"link:uninstall": "node ./tools/link-packages.js --flag uninstall && npm run bundle:packages",
"bundle:modules": "node ./tools/bundle-modules.js",
"watch:dev": "node ./tools/utils/watch.js",
"build:dev": "npm run bundle:modules && ng build",
"build:prod": "npm run bundle:modules && ng build -c production",
"client:dev": "concurrently \"ng serve\" \"npm run watch:dev\"",
"client:prod": "ng serve -c production",
"server:dev": "nodemon server.js",
"server:prod": "node server.js",
"start:dev": "npm run build:dev && concurrently \"npm run server:dev\" \"ng serve\" \"npm run watch:dev\"",
"start:prod": "npm run build:prod && npm run server:prod",
"test:client": "ng test",
"lint:client": "ng lint",
"lint:server": "./node_modules/.bin/eslint ./config/**/*.js ./modules/**/server/**/*.js",
"e2e": "npm run bundle:modules && ng e2e",
"generate-ssl-certs": "./tools/generate-ssl-certs.sh",
"seed": "node ./tools/seed-db.js"
},
"dependencies": {
"@angular/animations": "^12.1",
"@angular/cdk": "^12.1",
"@angular/common": "^12.1",
"@angular/compiler": "^12.1",
"@angular/core": "^12.1",
"@angular/forms": "^12.1",
"@angular/localize": "^12.1",
"@angular/material": "^12.1.1",
"@angular/platform-browser": "^12.1",
"@angular/platform-browser-dynamic": "^12.1.0",
"@angular/router": "^12.1",
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
"agenda": "^4.1.3",
"async": "^3.1.0",
"body-parser": "^1.19.0",
"bootstrap": "^5.0.2",
"chalk": "^4.1.0",
"compression": "^1.7.4",
"concat-stream": "^2.0.0",
"concurrently": "^6.0.2",
"connect-flash": "~0.1.1",
"connect-mongo": "^4.4.1",
"connect-redis": "^6",
"cookie-parser": "~1.4.1",
"core-js": "^3.6.4",
"dotenv": "^10",
"express": "^4.17.1",
"express-hbs": "^2.3.4",
"express-session": "^1.17.0",
"generate-password": "^1.5.0",
"googleapis": "^78",
"got": "^11.6.0",
"helmet": "^4.1.0",
"helmet-csp": "^3.1.0",
"https-proxy-agent": "^5.0.0",
"jimp": "^0.16.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mongoose": "^5.10.2",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"ng2-file-upload": "^1.4.0",
"nocache": "^3.0.1",
"node-watch": "^0.7.1",
"nodemailer": "^6.4.2",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-github": "~1.1.0",
"passport-google-oauth": "^2.0.0",
"passport-http": "^0.3.0",
"passport-jwt": "^4.0.0",
"passport-ldapauth": "^3.0.1",
"passport-linkedin": "~1.0.0",
"passport-local": "~1.0.0",
"passport-paypal-openidconnect": "^0.1.1",
"passport-twitter": "~1.0.4",
"pngquant": "^4",
"puppeteer": "^10.1",
"rxjs": "^6.6.0",
"sitemap-generator": "^8.5.1",
"socket.io": "^4.1.2",
"streamifier": "^0.1.1",
"tslib": "^2.0.1",
"universal-analytics": "^0.4.23",
"vhost": "3.0.2",
"winston": "^3.2.1",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.1.0",
"@angular-eslint/builder": "12.2.0",
"@angular-eslint/eslint-plugin": "12.2.0",
"@angular-eslint/eslint-plugin-template": "12.2.0",
"@angular-eslint/schematics": "12.2.0",
"@angular-eslint/template-parser": "12.2.0",
"@angular/cli": "^12.1",
"@angular/compiler-cli": "^12.1",
"@angular/language-service": "^12.1",
"@types/jasmine": "^3.5.1",
"@types/jasminewd2": "^2.0.8",
"@types/lodash": "^4.14.149",
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.8.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "^7",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"typescript": "^4.3.5"
}
}