-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 999 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
29
30
31
32
33
{
"name": "biniambekele.com",
"version": "0.0.0",
"description": "biniambekele.com website",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/biniambekele/biniambekele.com.git"
},
"author": "biniambekele",
"bugs": {
"url": "https://github.com/biniambekele/biniambekele.com/issues"
},
"homepage": "https://github.com/biniambekele/biniambekele.com#readme",
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-import-order-alphabetical": "0.0.1",
"husky": "^1.0.1",
"lint-staged": "^7.3.0",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1",
"serve": "^11.2.0"
},
"scripts": {
"format": "prettier-eslint --write \"{css/**/,./}*.{css,js,json,jsx,md}\"",
"precommit": "lint-staged",
"server": "serve -l tcp://localhost:8080"
}
}