-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.97 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ebizco",
"version": "1.0.0",
"description": "ebizco Australia IT company website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"build": "gulp build",
"start": "nodemon dist/index.js "
},
"author": "Vince Phan",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.12",
"cssnano": "^5.1.15",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-file-include": "^2.3.0",
"gulp-if": "^3.0.0",
"gulp-minify": "^3.1.0",
"gulp-npm-dist": "^1.0.4",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"gulp-useref": "^5.0.0",
"node-sass": "^8.0.0",
"postcss": "^8.4.21",
"sass": "^1.58.3"
},
"dependencies": {
"@mdi/font": "^7.1.96",
"apexcharts": "^3.37.1",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"bootstrap-select": "^1.13.18",
"bootstrap-touchspin": "^4.7.3",
"client-sessions": "^0.8.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dropzone": "^5.9.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-fileupload": "^1.1.6",
"express-useragent": "^1.0.15",
"feather-icons": "^4.29.0",
"file-saver": "^2.0.5",
"gulp-javascript-obfuscator": "^1.1.6",
"ip": "^1.1.8",
"jquery": "^3.6.3",
"jquery-slimscroll": "^1.3.8",
"lightgallery": "^2.7.1",
"merge": "^2.1.1",
"moment": "^2.22.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.16.0",
"node-fetch": "^2.1.2",
"node-random": "^1.0.1",
"nodemailer": "^4.6.4",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"prismjs": "^1.29.0",
"randomstring": "^1.1.5",
"simplebar": "5.3.8",
"swiper": "^10.0.4"
}
}