-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
117 lines (117 loc) · 3.07 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
{
"name": "roundup-cart",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"development": "nodemon ./bin/www",
"production": "NODE_ENV=production nodemon ./bin/www"
},
"dependencies": {
"angular2": "2.0.0-beta.21",
"assert": "2.0.0",
"async": "3.1.0",
"bad-words": "3.0.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.19.0",
"braintree": "2.21.0",
"braintree-web": "3.56.0",
"chalk": "3.0.0",
"connect-flash": "0.1.1",
"connect-mongo": "3.2.0",
"cookie-parser": "1.4.4",
"cors": "2.8.5",
"crypto": "1.0.1",
"csurf": "1.10.0",
"cytoscape": "3.16.1",
"datatables.net": "1.10.20",
"datatables.net-bs": "1.10.20",
"d3": "6.2.0",
"datatables.net": "1.10.22",
"datatables.net-bs": "1.10.22",
"debug": "4.1.1",
"dotdotdot": "1.7.0",
"dotenv": "8.2.0",
"errorhandler": "1.5.1",
"es6-shim": "0.35.5",
"express": "4.17.1",
"express-breadcrumbs": "0.0.2",
"express-fileupload": "1.2.0",
"express-handlebars": "3.1.0",
"express-mongo-sanitize": "1.3.2",
"express-mongoose-docs": "0.3.2",
"express-session": "1.17.0",
"express-validator": "6.3.0",
"faker": "4.1.0",
"fs": "0.0.2",
"geocoder": "0.2.3",
"google-oauth": "0.0.2",
"hbs": "4.0.6",
"helper-timeago": "0.1.0",
"highlight": "0.2.4",
"highlight.js": "9.17.1",
"http": "0.0.0",
"install": "0.13.0",
"intro.js": "2.9.3",
"ipware": "2.0.0",
"jquery-zoom": "1.7.21",
"json2csv": "4.5.4",
"marked": "1.2.0",
"moment": "2.24.0",
"mongo-sanitize": "1.0.1",
"mongodb": "3.4.1",
"mongoose": "5.10.7",
"mongoose-currency": "0.2.0",
"mongoose-simple-random": "0.4.1",
"morgan": "1.9.1",
"nodalytics": "1.1.0",
"nodemailer": "6.4.2",
"npm": "6.14.8",
"passport": "0.4.1",
"passport-facebook": "3.0.0",
"passport-google-oauth": "2.0.0",
"passport-local": "1.0.0",
"passport-oauth": "1.0.0",
"passport-oauth2-complete-for-wordpress": "0.1.3",
"passport-twitter": "1.0.4",
"passport-wordpress": "0.0.4",
"paypal-rest-sdk": "1.8.1",
"prismjs": "1.21.0",
"prompt": "1.0.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"sendgrid": "5.2.3",
"serve-favicon": "2.5.0",
"sigma": "1.2.1",
"slug": "2.1.0",
"strong-agent": "2.1.2",
"swig": "1.4.2",
"syntaxhighlighter": "4.0.1",
"systemjs": "6.6.1",
"time-ago": "0.2.1",
"unicode": "12.1.0",
"util": "0.12.1",
"uuid": "3.3.3",
"winston": "3.2.1",
"ya-csv": "0.10.1",
"zone.js": "0.10.2"
},
"devDependencies": {
"autoprefixer": "9.7.3",
"nodemon": "2.0.4",
"cssnano": "4.1.10",
"concurrently": "5.0.2",
"gulp": "4.0.2",
"gulp-ext-replace": "0.3.0",
"gulp-imagemin": "6.2.0",
"gulp-postcss": "8.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-typescript": "5.0.1",
"gulp-uglify": "3.0.2",
"lite-server": "2.5.4",
"postcss": "8.1.1",
"postcss-scss": "2.0.0",
"precss": "4.0.0"
}
}