-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "merng-fullstack-social-media-app",
"version": "1.0.0",
"description": "MongoDB, Express, Node, React, Node, and GraphQL social media application",
"main": "index.js",
"dependencies": {
"apollo-server": "^2.19.2",
"apollo-server-express": "^2.19.2",
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"graphql": "^15.4.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.13",
"react-router-dom": "^5.2.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"serve": "node index",
"start": "nodemon index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashleyerffmeyer/merng-fullstack-social-media-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashleyerffmeyer/merng-fullstack-social-media-app/issues"
},
"homepage": "https://github.com/ashleyerffmeyer/merng-fullstack-social-media-app#readme"
}