-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 981 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 981 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
34
35
36
37
{
"name": "back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production node ./back/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"resetdb": "psql -U omoto -d omoto -f ./bdd/reset_db.sql"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mui/icons-material": "^5.5.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"debug": "^4.3.3",
"dotenv": "^16.0.0",
"email-validator": "^2.0.4",
"express": "^4.17.3",
"joi": "^17.6.0",
"pg": "^8.7.3",
"react-alice-carousel": "^2.5.1",
"react-share": "^4.4.0"
},
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.0",
"eslint-plugin-react-hooks": "^4.3.0"
}
}