forked from StephenGrider/Lyrical-GraphQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.17 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
{
"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": "^3.6.9",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"apollo-client": "^2.6.10",
"axios": "^0.15.3",
"babel-loader": "^8.2.5",
"body-parser": "^1.16.0",
"connect-mongo": "^1.3.2",
"css-loader": "^0.26.1",
"express": "^4.18.1",
"express-graphql": "^0.12.0",
"express-session": "^1.15.0",
"graphql": "^16.5.0",
"html-webpack-plugin": "^5.5.0",
"lodash": "^4.17.4",
"mongoose": "^6.5.0",
"nodemon": "^2.0.19",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^18.2.0",
"react-apollo": "^3.1.5",
"react-dom": "^18.2.0",
"react-router": "^3.0.2",
"react-router-dom": "^6.3.0",
"style-loader": "^0.13.1",
"webpack": "^5.74.0",
"webpack-dev-middleware": "^5.3.3"
}
}