forked from Neon-Pegasus/TD_MS_stackoverflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
44
45
46
47
{
"name": "TD_MS_stackoverflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"dev-server": "nodemon --inspect server/index.js --watch",
"lint": "eslint database",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Skilledmonkey/TD_MS_stackoverflow.git"
},
"engines": {
"node": "8.11.4"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Skilledmonkey/TD_MS_stackoverflow/issues"
},
"homepage": "https://github.com/Skilledmonkey/TD_MS_stackoverflow#readme",
"dependencies": {
"apollo-boost": "^0.1.16",
"apollo-server": "^2.1.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"graphql": "^14.0.2",
"graphql-tools": "^4.0.0",
"lint": "^1.1.2",
"pg": "^7.5.0",
"sequelize": "^4.39.0",
"sequelize-cli": "^4.1.1"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1"
}
}