forked from Eurekafe/eurekafe-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.28 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
{
"name": "eurekafe-public",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node app.js",
"build": "webpack",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eurekafe/eurekafe-public.git"
},
"keywords": [
"eurekafe"
],
"author": "syl-gauthier",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eurekafe/eurekafe-public/issues"
},
"homepage": "https://github.com/Eurekafe/eurekafe-public#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mailchimp-api-v3": "^1.14.0",
"moment": "^2.27.0",
"mongodb": "^3.6.0",
"morgan": "^1.10.0",
"nodemailer": "^6.4.11",
"pug": "^2.0.0"
},
"devDependencies": {
"bootstrap": "^4.5.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.2.1",
"file-loader": "^6.0.0",
"font-awesome": "^4.7.0",
"html-loader": "^1.2.1",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^0.10.0",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"engines": {
"node": "12.18.3"
}
}