-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.09 KB
/
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
{
"name": "team20-project",
"version": "1.0.0",
"description": "## Description Plateful is a restaurant review web application designed to help users track and rank the restaurants they visit. Integrating a bracket system allows indecisive users to choose where they should eat based on specific preferences at the time of choice. The app uses geolocation to provide a user experience where users are able to associate their reviews with specific locations, as well as having a saved dashboard where they can access their reviews. It uses IndexedDB for efficient local data storage.",
"main": "index.js",
"scripts": {
"start": "node team/back-end/Server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"http-server": "^14.1.1",
"multer": "^1.4.5-lts.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}