-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.82 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Jiah Lee Protfolio",
"main": "index.js",
"scripts": {
"start": "node production/server/index",
"dev": "NODE_ENV=development nodemon --watch src/server src/server & gulp watch",
"server": "NODE_ENV=development nodemon src/server",
"build": "gulp"
},
"engines": {
"node": "8.11.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jin827/portfolio.git"
},
"author": "Jiah Lee",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jin827/portfolio/issues"
},
"homepage": "https://github.com/Jin827/portfolio#readme",
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"imagemin-pngquant": "^5.1.0",
"morgan": "^1.9.0",
"node-fetch": "^1.7.3",
"nodemon": "^1.17.5",
"request": "^2.87.0",
"update": "^0.7.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"gulp": "4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-csso": "^3.0.1",
"gulp-filter": "^5.1.0",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-livereload": "^3.8.1",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-debug": "^3.0.0",
"gulp-svg-sprites": "^4.1.2",
"gulp-svg2png": "^2.0.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"imagemin-jpeg-recompress": "^5.1.0",
"pump": "^3.0.0"
}
}