-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
48
49
50
51
52
{
"name": "lyrical",
"version": "1.0.0",
"description": "Starter point for a graphQL course",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/StephenGrider/Lyrical-GraphQL"
},
"scripts": {
"dev": "nodemon index.js --ignore client"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-client": "^2.0.0",
"axios": "^0.19.0",
"babel-core": "^6.22.1",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.0",
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.22.0",
"body-parser": "^1.16.0",
"connect-mongo": "^3.0.0",
"css-loader": "^3.0.0",
"eslint-config-react": "^1.1.7",
"express": "^4.14.0",
"express-graphql": "^0.8.0",
"express-session": "^1.15.0",
"flow-bin": "^0.102.0",
"graphql": "^14.0.0",
"graphql-tag": "^2.7.3",
"html-webpack-plugin": "^3.0.0",
"lodash": "^4.17.4",
"mongoose": "^5.0.0",
"nodemon": "*",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"ramda": "^0.26.0",
"react": "16.8.6",
"react-apollo": "^2.0.0",
"react-dom": "16.8.6",
"react-router": "^5.0.0",
"style-loader": "^0.23.0",
"webpack": "^4.0.0",
"webpack-dev-middleware": "^3.0.0"
},
"devDependencies": {
"eslint": "6.0.1",
"eslint-plugin-react": "7.14.2"
}
}