-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "movie-db",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/james-muriithi/movie-palace.git"
},
"scripts": {
"start": "node index.js",
"build": "npx gulp build"
},
"keywords": [],
"author": "",
"license": "MIT",
"engines": {
"node": "10.x"
},
"dependencies": {
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"ejs": "^3.0.2",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"qs": "^6.7.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-connect": "^5.7.0",
"gulp-ejs": "^5.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-minify-ejs": "^1.0.3",
"gulp-purgecss": "^2.1.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4"
}
}