first commit
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "kurir_server",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon server/index.js",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "^4.17.3",
|
||||
"express-form-data": "^2.0.17",
|
||||
"googleapis": "^100.0.0",
|
||||
"mongoose": "^6.2.11",
|
||||
"next": "12.1.5",
|
||||
"nodemon": "^2.0.15",
|
||||
"react": "18.0.0",
|
||||
"react-dom": "18.0.0",
|
||||
"typescript": "^4.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.13.0",
|
||||
"eslint-config-next": "12.1.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user