-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "Frameworkless",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "FWL_DOTENV_PATH=.env node index.js",
"dev": "FWL_DOTENV_PATH=.env nodemon --trace-warnings index.js",
"debug": "FWL_DOTENV_PATH=.env nodemon --inspect=0.0.0.0 index.js",
"docker-dev": "sudo docker exec -it frameworkless_fwl_1 npm run dev",
"docker-gulp-serve": "sudo docker exec -it frameworkless_fwl_1 npx gulp serve"
},
"author": "@sinzii",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.0.0-beta3",
"dotenv": "^8.2.0",
"express-session": "^1.17.1",
"handlebars": "^4.7.3",
"http-status-codes": "^2.1.4",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.3.0",
"mime-types": "^2.1.26",
"mongodb": "^3.6.6",
"nodemailer": "^6.6.0",
"path-to-regexp": "^6.2.0",
"raw-body": "^2.4.1",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"browser-sync": "^2.26.14",
"browserify": "^17.0.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"nodemon": "^2.0.2",
"tinyify": "^3.0.0",
"tsify": "^5.0.2",
"typescript": "^4.2.4",
"vinyl-source-stream": "^2.0.0"
}
}