-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
47 lines (47 loc) · 1.35 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
44
45
46
47
{
"name": "opensourceadam",
"version": "1.0.0",
"description": "- We want to build a platform which contents open-source projects. You can list all published open-source projects and also you can publish your project too from GitHub.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FurkanPortakal/opensourceadam.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FurkanPortakal/opensourceadam/issues"
},
"homepage": "https://github.com/FurkanPortakal/opensourceadam#readme",
"dependencies": {
"algoliasearch": "^4.8.5",
"apollo-server": "^2.19.2",
"apollo-server-express": "^2.19.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"express": "^4.17.1",
"got": "^11.8.1",
"graphql": "^15.4.0",
"mongoose": "^5.11.8",
"nodemon": "^2.0.6",
"prettier": "^2.2.1"
},
"devDependencies": {
"concurrently": "^5.3.0"
}
}