-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 901 Bytes
/
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
38
39
40
41
42
43
{
"name": "imagerepo",
"version": "1.0.0",
"description": "Image repository to view and upload images",
"main": "index.js",
"scripts": {
"start": "node server",
"start-dev": "webpack -w & nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"keywords": [
"node",
"js",
"postgresql",
"postgres",
"express",
"sequelize"
],
"author": "Ali Aftab",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"react": "^17.0.1",
"sequelize": "^6.3.5"
},
"devDependencies": {
"@webpack-cli/init": "^1.1.1",
"webpack": "^5.14.0"
}
}