forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "notacouch-restaurant-review-stage-1",
"version": "0.0.4",
"description": "Udacity Mobile Web Specialist Nanodegree Restaurant Review project Stage 1",
"main": "main.js",
"scripts": {
"stylelint-check": "stylelint-config-prettier-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notacouch/mws-restaurant-stage-1.git"
},
"author": "Abed Islam",
"license": "MIT",
"bugs": {
"url": "https://github.com/notacouch/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/notacouch/mws-restaurant-stage-1#readme",
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^2.7.0",
"htmlhint": "^0.10.1",
"prettier": "1.14.3",
"stylelint": "^9.6.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-prettier": "^1.0.2"
},
"dependencies": {
"focus-visible": "^4.1.5",
"idb": "^2.1.3",
"vanilla-lazyload": "^10.19.0",
"vanilla-lazyload-compat": "npm:[email protected]"
}
}