commit
This commit is contained in:
20
25_02_21/frontend_vizsgafeladat/backend/package.json
Normal file
20
25_02_21/frontend_vizsgafeladat/backend/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "webshop",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "nodemon index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.18.1",
|
||||
"sqlite3": "^5.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.16"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user