-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 972 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
34
35
{
"name": "portfolio",
"version": "1.0.0",
"description": "portfolio site",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srikanthkanjarla/srikanthkanjarla.gihub.io.git"
},
"keywords": [
"portfolio",
"srikanth",
"kanjarla"
],
"author": "srikanth kanjarla",
"license": "ISC",
"bugs": {
"url": "https://github.com/srikanthkanjarla/srikanthkanjarla.gihub.io/issues"
},
"homepage": "https://github.com/srikanthkanjarla/srikanthkanjarla.gihub.io#readme",
"devDependencies": {
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.14.3"
}
}