-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 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
48
49
50
51
52
{
"name": "users",
"version": "1.0.0",
"description": "Starter pack for an auth-included graphql project",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js --ignore client"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-boost": "^0.4.0",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.0-rc.3",
"apollo-link-http": "^1.5.14",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.0",
"connect-mongo": "^1.3.2",
"css-loader": "^2.1.1",
"express": "^4.14.0",
"express-graphql": "^0.8.0",
"express-session": "^1.15.0",
"graphql": "^14.3.1",
"graphql-tag": "^2.10.1",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.4",
"mini-css-extract-plugin": "^0.7.0",
"mongoose": "^4.7.8",
"node-sass": "^4.12.0",
"nodemon": "*",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^16.8.6",
"react-apollo": "^2.5.6",
"react-dom": "^16.8.6",
"react-router": "^3.0.2",
"react-router-dom": "^5.0.0",
"style-loader": "^0.13.1",
"update": "^0.7.4",
"webpack": "^4.32.2",
"webpack-dev-middleware": "^3.7.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"sass-loader": "^7.1.0"
}
}