forked from sathyanaraayanaa/Book-My-Rail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 959 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
{
"name": "book-my-rail",
"version": "1.0.0",
"description": "A web app to book rail tickets using mern stack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sathyanaraayanaa/Book-My-Rail.git"
},
"author": "Cypher Mastero",
"license": "ISC",
"bugs": {
"url": "https://github.com/sathyanaraayanaa/Book-My-Rail/issues"
},
"homepage": "https://github.com/sathyanaraayanaa/Book-My-Rail#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"mysql2": "^2.3.3"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}