-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "restaurantpage",
"version": "1.0.0",
"description": "![Coming Soon](/comingsoon.gif)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch",
"esl": "eslint .\\src\\",
"esl-f": "eslint .\\src\\ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moinkhanif/restaurantPage.git"
},
"author": "Moin Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/moinkhanif/restaurantPage/issues"
},
"homepage": "https://github.com/moinkhanif/restaurantPage#readme",
"devDependencies": {
"babel-eslint": "10.1.x",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^4.2.0",
"eslint": "6.8.x",
"eslint-config-airbnb-base": "14.1.x",
"eslint-plugin-import": "2.20.x",
"file-loader": "^6.0.0",
"imagemin-webp": "^6.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"stylelint": "^13.3.3",
"stylelint-config-standard": "^20.0.0",
"stylelint-csstree-validator": "^1.8.0",
"stylelint-scss": "^3.17.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}