-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "fast-news-feed",
"version": "1.0.0",
"description": "Internship task for VK",
"main": "App.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node App.js",
"server": "nodemon App.js",
"build": "npm install --prefix client && npm run build --prefix client",
"client": "npm run start --prefix client",
"client:install": "npm install --prefix client",
"client:build": "npm run build --prefix client",
"dev": "cross-env NODE_ENV=development concurrently \"npm run server\" \"npm run client\""
},
"keywords": [
"mern",
"react"
],
"author": "Felshtyn Stanislav <sfelshtyn@gmail.com>",
"license": "ISC",
"devDependencies": {
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"pino-pretty": "^7.6.0"
},
"dependencies": {
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"@next-auth/prisma-adapter": "^1.0.3",
"bcryptjs": "^2.4.3",
"config": "^3.3.7",
"express": "^4.17.3",
"express-pino-logger": "^7.0.0",
"express-validator": "^6.14.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.9",
"next-auth": "^4.3.1",
"pino": "^7.9.2",
"swagger-jsdoc": "^6.2.0",
"swagger-ui-express": "^4.3.0"
}
}