-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "mood-diary-fe",
"version": "1.0.0",
"description": "기분 일기 테스트용 BE",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=production PORT=80 pm2 start ./src/index.js -i 0",
"dev": "nodemon ./src/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hjch0211/test-emotion-diary.git"
},
"keywords": [
"emotion",
"diary"
],
"author": "한재찬",
"license": "ISC",
"bugs": {
"url": "https://github.com/hjch0211/test-emotion-diary/issues"
},
"homepage": "https://github.com/hjch0211/test-emotion-diary#readme",
"devDependencies": {
"nodemon": "^2.0.20",
"prisma": "^4.8.0"
},
"dependencies": {
"@prisma/client": "^4.8.0",
"body-parser": "^1.20.1",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"csurf": "^1.11.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
"nunjucks": "^3.2.3",
"pm2": "^5.2.2",
"redis": "^4.5.1",
"sanitize-html": "^2.8.1",
"winston": "^3.8.2"
}
}