-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 827 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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "--- #### _Three Stage Course Material Project - Restaurant Reviews_",
"main": "sw.js",
"scripts": {
"start": "rm -rf public .cache && parcel index.html restaurant.html --no-cache",
"build": "rm -rf public && parcel build index.html restaurant.html -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/udacity/mws-restaurant-stage-1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/udacity/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/udacity/mws-restaurant-stage-1#readme",
"devDependencies": {
"cssnano": "^4.1.4",
"parcel": "^1.12.4"
},
"dependencies": {
"date-fns": "^1.29.0",
"vanilla-lazyload": "8.16.0"
}
}