forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 976 Bytes
/
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
{
"name": "mws-restaurant",
"version": "0.1.0",
"description": "The MWS Nanodegree restaurant review app project",
"main": "server.js",
"scripts": {
"postinstall": "gulp build"
},
"repository": "https://github.com/thornecc/mws-restaurant",
"author": "Alex Thorne <[email protected]>",
"private": true,
"browserslist": [
"last 2 versions",
"> 1%"
],
"dependencies": {
"express": "^4.16.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-rc.3",
"babel-polyfill": "^6.26.0",
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"eslint": "^5.4.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-responsive": "^2.11.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-uglify-es": "^1.0.4",
"merge-stream": "^1.0.1"
}
}