-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.18 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
{
"name": "jeju-edu",
"version": "1.0.0",
"description": "<div align=center><img src=\"https://user-images.githubusercontent.com/56211193/202861953-357a598b-689c-4cc8-b7ab-c8298a5eb935.png\">",
"main": "index.js",
"scripts": {
"backend": "nodemon server/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"devOrigin": "concurrently \"npm run backend\" \"npm run start --prefix client\"",
"dev": "concurrently \"node server/app.js\" \"npm run start --prefix client\"",
"gitPush": "git add . && git commit -m '새 서버 빌드' && git push https://github.com/DHAPARK/jeju-edu.git master",
"jenfra": "npm run gitPush"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JadeHyun/jeju-edu.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JadeHyun/jeju-edu/issues"
},
"homepage": "https://github.com/JadeHyun/jeju-edu#readme",
"nodemonConfig": {
"ignore": [
"server/models/*"
]
},
"dependencies": {
"concurrently": "^7.6.0",
"express-rate-limit": "^6.7.0",
"firebase-admin": "^11.5.0",
"nodemon": "^2.0.20",
"react-redux": "^8.0.5"
}
}