-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
44
45
46
{
"name": "project",
"version": "1.0.0",
"description": "DataBase Project - Semester 4",
"main": "index.js",
"scripts": {
"test": "nodemon server.js",
"start": "nodemon backend/server",
"server": "nodemon backend/server",
"client": "npm start --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/sem3db/dbproject.git"
},
"author": "Dakshitha Suriyaaratchie",
"license": "ISC",
"bugs": {
"url": "https://github.com/sem3db/dbproject/issues"
},
"homepage": "https://github.com/sem3db/dbproject#readme",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-handlebars": "^5.2.0",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"package-lock.json": "^1.0.0",
"react-bootstrap": "^1.5.1",
"react-bootstrap-typeahead": "^5.1.4",
"react-paypal-button-v2": "^2.6.3",
"react-redux": "^7.2.2",
"react-router-bootstrap": "^0.25.0",
"react-scripts": "^4.0.3"
},
"devDependencies": {
"concurrently": "^5.3.0",
"nodemon": "^2.0.7"
}
}