-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 998 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
33
34
35
36
37
38
{
"name": "theoneapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"start:dev": "ts-node ./src/index.ts"
},
"author": "Gremlins (Gülsüm, Elwyn, Bjarne, D'Jordy, Kasper)",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"body-parser": "^1.19.2",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "^1.4.6",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"ejs": "^3.1.8",
"express": "^4.17.3",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.2",
"helmet": "^5.0.2",
"html-to-pdf": "^0.1.11",
"mongodb": "^4.4.1",
"nodejs-web-scraper": "^6.1.0",
"typescript": "^4.6.2"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.13",
"@types/express-ejs-layouts": "^2.5.0",
"@types/express-session": "^1.17.4",
"@types/node": "^17.0.21",
"ts-node-dev": "^1.1.8"
}
}