forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.79 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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "--- #### _Three Stage Course Material Project - Restaurant Reviews_",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write '**/*.{js,jsx}'",
"lint": "eslint '**/*.{js,jsx}' --quiet",
"dev": "webpack --mode development",
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wideblue/mws-restaurant-stage-1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wideblue/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/wideblue/mws-restaurant-stage-1#readme",
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"glob": "^7.1.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"image-batch-resizer": "^0.8.1",
"imagemin-mozjpeg": "^7.0.0",
"imagemin-webp": "^4.1.0",
"imagemin-webpack-plugin": "^2.1.5",
"mini-css-extract-plugin": "^0.4.0",
"mozjpeg": "^6.0.0",
"prettier": "^1.11.1",
"webpack": "^4.4.1",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4",
"webpack-manifest-plugin": "^2.0.0-rc.2",
"webpack-pwa-manifest": "^3.6.2",
"workbox-webpack-plugin": "^3.0.1"
},
"dependencies": {
"idb": "^2.1.1",
"load-google-maps-api": "^1.3.2"
}
}