-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 992 Bytes
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": "german",
"version": "1.0.0",
"description": "quick fullstack react/apollo/graphql/express/mongoose/mongodb app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Emmy Armintrout",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/emmya/german.git"
},
"bugs": {
"url": "https://github.com/emmya/german/issues"
},
"homepage": "https://github.com/emmya/german#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-react-app": "^3.0.7",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4"
}
}