-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "typescript-express",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently \"cd server && npm run dev\" \"cd client && npm run start\"",
"prod": "node dist/app.js",
"start": "cd server && node dist/app.js",
"build": "cd server && npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.27.1",
"concurrently": "^9.1.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"emailjs": "^3.6.0",
"express": "^4.17.1",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.5",
"multer": "^1.4.3",
"npm": "^8.1.0",
"react-google-login": "^5.2.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.11",
"@types/jsonwebtoken": "^8.5.5",
"@types/multer": "^1.4.7",
"@types/node": "^14.14.22",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}