-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.71 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
56
57
58
59
60
61
62
63
64
{
"name": "jasa-edu-project",
"version": "1.0.0",
"description": "This is my first website for JASA.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"start:dev": "nodemon app.js",
"wp:build": "webpack --mode production",
"wp:dev": "webpack --mode development",
"wp:watch": "webpack-dev-server ./public/scripts/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muhammad-minhaj/JASA-Edu-Project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/muhammad-minhaj/JASA-Edu-Project/issues"
},
"homepage": "https://github.com/muhammad-minhaj/JASA-Edu-Project#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"axios": "^0.19.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.4.1",
"config": "^3.3.1",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.3.1",
"css-loader": "^3.6.0",
"dotenv": "^8.2.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.4.1",
"gitignore": "^0.6.0",
"jquery": "^3.5.0",
"jsonwebtoken": "^8.5.1",
"jspdf-autotable": "^3.5.6",
"mongoose": "^5.9.10",
"multer": "^1.4.2",
"nodemailer": "^6.4.6",
"popper.js": "^1.16.0",
"style-loader": "^1.2.1",
"summernote": "^0.8.18",
"swiper": "^5.4.1",
"validator": "^13.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^2.0.3",
"webpack-dev-server": "^3.11.0"
},
"engines": {
"node": "16.13.1"
}
}