-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
107 lines (107 loc) · 3.93 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
{
"name": "hymnal-server",
"version": "1.0.0",
"description": "Serving those diss tracks like we're the Paul brothers",
"author": "",
"scripts": {
"heroku-postbuild": "npm run prod",
"start": "node app.js",
"dev": "concurrently \"nodemon ./app.js --ignore ./public\" \"npm run watch\" --names \"💻,📦\" --prefix name",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "mocha test/**/*.js --exit"
},
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@shopify/draggable": "^1.0.0-beta.8",
"alpinejs": "^2.3.5",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cloudinary": "^1.21.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cookies": "^0.8.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"csv-parser": "^3.0.0",
"dotenv": "^8.2.0",
"dropzone": "^5.7.1",
"ejs": "^3.1.3",
"es6-promisify": "^6.1.1",
"expo-server-sdk": "^3.5.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-history-api-fallback": "^2.2.1",
"express-session": "^1.17.1",
"express-validator": "^6.5.0",
"faker": "^4.1.0",
"helmet": "^3.22.0",
"html-to-text": "^5.1.1",
"jsonwebtoken": "^8.5.1",
"juice": "^6.0.0",
"md5": "^2.2.1",
"memory-cache": "^0.2.0",
"moment": "^2.26.0",
"mongoose": "^5.9.17",
"mongoose-mongodb-errors": "0.0.2",
"morgan": "^1.10.0",
"node": "^14.4.0",
"node-schedule": "^1.3.2",
"nodemailer": "^6.4.8",
"nodemon": "^2.0.4",
"npm": "^6.14.6",
"nprogress": "^0.2.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"pug": "^3.0.0",
"serve-static": "^1.14.1",
"slugify": "^1.4.0",
"uuid": "^8.1.0",
"validator": "^13.0.0",
"validatorjs": "^3.18.1",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@babel/preset-react": "^7.10.1",
"@types/express": "^4.17.6",
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chai-webdriver": "^1.2.0",
"concurrently": "^5.2.0",
"cross-env": "^7.0.2",
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"laravel-mix": "^5.0.9",
"mocha": "^7.1.0",
"prettier": "^2.0.5",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"selenium-webdriver": "^4.0.0-alpha.7",
"supertest": "^4.0.2",
"tailwindcss": "^1.4.6",
"vue-template-compiler": "^2.6.11"
},
"bugs": {
"url": "https://github.com/Chattahooligans/hymnal-server/issues"
},
"homepage": "https://github.com/Chattahooligans/hymnal-server#readme",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Chattahooligans/hymnal-server.git"
}
}