-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 881 Bytes
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
{
"name": "ecommerce",
"version": "1.0.0",
"description": "# Figma Design",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js",
"start": "cross-env NODE_ENV=production node server/index.js",
"build": "node server/database/config/build.js",
"seed": "node server/database/config/seed.js"
},
"dependencies": {
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"pg": "^8.11.0",
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"nodemon": "^2.0.22"
},
"author": "",
"license": "ISC"
}