-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 1.81 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
{
"name": "mws-restaurant",
"version": "1.0.0",
"description": "--- #### _Three Stage Course Material Project - Restaurant Reviews_",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"production": "gulp clear:dist && gulp serve:dist",
"build": "gulp clear && gulp serve",
"clear": "gulp clear:dist && gulp clear"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oilsinwater/mws-restaurant.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oilsinwater/mws-restaurant/issues"
},
"homepage": "https://github.com/oilsinwater/mws-restaurant#readme",
"dependencies": {
"gulp": "^3.9.1",
"idb": "^2.1.3",
"lazysizes": "^4.1.4"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"del": "^3.0.0",
"eslint": "^5.8.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^5.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-rename": "^1.4.0",
"gulp-responsive": "^2.11.0",
"gulp-responsive-images": "0.0.3",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-string-replace": "^1.1.2",
"gulp-uglify-es": "^1.0.4",
"gulp-useref": "^3.1.6",
"gulp-util": "^3.0.8",
"imagemin-pngquant": "^6.0.0",
"lazypipe": "^1.0.1",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"keywords": []
}