-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "--- #### _Three Stage Course Material Project - Restaurant Reviews_",
"main": "index.js",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"idb": "^2.1.1",
"lozad": "^1.4.0",
"npm": "^6.0.1",
"webpack": "^4.11.1"
},
"devDependencies": {
"compression-webpack-plugin": "^1.1.11",
"css-loader": "^0.28.11",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack-cli": "^3.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"build:watch": "webpack --watch",
"build:production": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fmendozaro/mws-restaurant-stage-1.git"
},
"author": "Fernando Mendoza",
"license": "ISC",
"bugs": {
"url": "https://github.com/fmendozaro/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/fmendozaro/mws-restaurant-stage-1#readme"
}