-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.98 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
{
"name": "cmd-online",
"version": "1.0.0",
"description": "![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)",
"main": "index.js",
"scripts": {
"postinstall": "gulp default",
"start": "node server.js",
"start:dev": "gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noyamirai/cmd-online.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/noyamirai/cmd-online/issues"
},
"homepage": "https://github.com/noyamirai/cmd-online#readme",
"devDependencies": {
"eslint": "^8.11.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-nodemon": "^2.5.0",
"nodemon": "^2.0.15"
},
"dependencies": {
"argon2": "^0.28.5",
"assert": "^2.0.0",
"body-parser": "^1.19.2",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"fs": "^0.0.1-security",
"imagemin": "^8.0.1",
"imagemin-pngquant": "^9.0.2",
"mongodb": "^4.4.1",
"mongoose": "^6.2.8",
"multer": "^1.4.4",
"nodemailer": "^6.7.3",
"param-case": "^3.0.4",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"sharp": "^0.30.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-nodemon": "^2.5.0"
}
}