Commit ae5275a2 authored by Kim, Subin's avatar Kim, Subin
Browse files

기초 설정

parent 32809f94
/node_modules
\ No newline at end of file
This diff is collapsed.
......@@ -3,11 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@popperjs/core": "^2.9.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1"
},
......
This diff is collapsed.
{
"name": "butter_studio",
"version": "1.0.0",
"description": "영화 예매 사이트",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://compmath.korea.ac.kr/gitlab/research/butter_studio.git"
},
"author": "윤지원, 김수빈, 한규민",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment