-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 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
44
45
46
{
"name": "terminalportfolio",
"version": "0.0.0",
"main": "app.js",
"scripts": {
"dev": "npx gulp dev",
"start": "npx gulp",
"build": "npx gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/zachey01/terminalPortfolio.git"
},
"type": "module",
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"child_process": "^1.0.2",
"del": "^7.0.0",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^5.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-ignore": "^3.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-nodemon": "^2.5.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"prettier": "2.8.8",
"sass": "^1.63.6"
},
"license": "MIT",
"author": "Zachey"
}