generated from vulkanojs/vulkano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.1 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
{
"name": "vulkano",
"version": "0.5.0",
"description": "A MVC framework using Express 4",
"license": "MIT",
"engines": {
"node": "^8 || ^10"
},
"main": "app.js",
"scripts": {
"dev": "node ./node_modules/concurrently/bin/concurrently './node_modules/nodemon/bin/nodemon.js --inspect' 'npm run webpack' 'npm run gulp'",
"start": "node app.js",
"pm2": "./node_modules/pm2/bin/pm2 start pm2.json",
"test": "npm run test:integration",
"test:integration": "./node_modules/.bin/mocha './test/integration/setup.js' './test/integration/**/*-test.js'",
"postinstall": "echo 'Postinstall'",
"gulp": "gulp --gulpfile gulpfile.app.js",
"webpack": "webpack --config webpack.app.js -w",
"build:website": "NODE_ENV=production webpack --config webpack.app.js && NODE_ENV=production gulp --gulpfile gulpfile.app.js",
"push": "git pull && git push",
"deploy:heroku": "npm run push && git push heroku master",
"deploy:server": "pm2 deploy pm2.json production"
},
"dependencies": {
"@mdi/font": "^4.7.95",
"archiver-promise": "^1.0.0",
"aws-sdk": "^2.591.0",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.7.2",
"blueimp-file-upload": "^10.5.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"concurrently": "^5.0.1",
"connect-timeout": "^1.9.0",
"cron": "^1.7.2",
"crossroads": "^0.12.2",
"date-fns-tz": "^1.0.12",
"ejs": "^3.0.1",
"exceljs": "^3.5.0",
"express": "^4.17.1",
"express-jwt": "^5.3.1",
"express-useragent": "^1.0.13",
"foundation-sites": "^6.6.1",
"frameguard": "^3.1.0",
"fs": "^0.0.1-security",
"get-video-id": "^3.1.4",
"google-auth-library": "^5.7.0",
"googleapis": "^46.0.0",
"gulp": "3.x",
"helmet": "^3.21.2",
"html-entities": "^1.2.1",
"i18next": "^19.0.2",
"image-downloader": "^3.5.0",
"include-all": "^4.0.3",
"jquery": "^3.4.1",
"jquery-number": "^2.1.6",
"jquery-serializejson": "^2.9.0",
"jquery.cookie": "^1.4.1",
"jsonapi-serializer": "^3.6.5",
"jwt-simple": "^0.5.6",
"lit-html": "^1.3.0",
"lodash": "^4.17.15",
"md5": "^2.3.0",
"mime": "^2.4.4",
"moment": "^2.24.0",
"mongoose": "^5.8.1",
"mongoose-paginate": "^5.0.3",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"nodemon": "^2.0.2",
"nunjucks": "^3.2.0",
"path": "^0.12.7",
"pm2": "^4.2.1",
"promise.prototype.finally": "^3.1.2",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"s3-uploader": "^2.0.3",
"sendbird-calls": "^1.5.2",
"sendgrid": "^5.2.3",
"sha1": "^1.1.1",
"sharp": "^0.23.4",
"signals": "^1.0.0",
"socket.io": "^2.3.0",
"timeago.js": "^4.0.1",
"underscore": "^1.9.1",
"uuid": "^3.3.3",
"webp-middleware": "^0.4.0",
"webpack": "^4.41.3",
"what-input": "^5.2.6",
"yargs": "^15.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/vulkanojs/vulkanojs"
},
"keywords": [
"node",
"heroku",
"express"
],
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-jsx": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/preset-stage-1": "^7.0.0",
"apidoc": "^0.19.0",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"enzyme": "^3.10.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^3.0.8",
"mocha": "^6.2.2",
"node-sass": "^4.13.0",
"postcss": "^7.0.25",
"rimraf": "^3.0.0",
"webpack-cli": "^3.3.10"
}
}