-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 832 Bytes
/
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
{
"name": "wedding_website",
"version": "1.0.0",
"description": "Wedding website for mithele and rosa",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --watch",
"test": "nodemon index.js"
},
"author": "Michele Fattoruso",
"license": "ISC",
"dependencies": {
"Promise": "^1.0.5",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^6.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"forever": "^0.15.3",
"i18n-2": "^0.7.3",
"i18next": "^19.4.5",
"i18next-express-middleware": "^2.0.0",
"i18next-node-fs-backend": "^2.1.1",
"i18next-xhr-backend": "^3.2.2",
"jquery-i18next": "^1.2.1",
"nodemailer": "^5.1.1",
"papaparse": "^5.2.0",
"sitemap-generator": "^8.3.2",
"tableify": "^1.1.0",
"twitter": "^1.7.1"
}
}