forked from shankarjp/RECAL_NIT_Trichy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "recal_nit_trichy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node server.js --ignore public/",
"dev": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shankarjp/RECAL_NIT_Trichy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shankarjp/RECAL_NIT_Trichy/issues"
},
"homepage": "https://github.com/shankarjp/RECAL_NIT_Trichy#readme",
"dependencies": {
"@babel/preset-react": "^7.18.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"connect-mongo": "^4.6.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mongodb": "^4.9.0",
"mongoose": "^6.5.4",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"webpack-dev-server": "^4.10.1"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/node": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@babel/runtime": "^7.18.9",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"eslint": "^8.23.0",
"eslint-plugin-react": "^7.31.1",
"html-webpack-plugin": "^5.5.0",
"nodemon": "^2.0.19",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}