File tree 4 files changed +671
-10
lines changed
4 files changed +671
-10
lines changed Original file line number Diff line number Diff line change 48
48
"deploy-and-graph" : " yarn deploy && yarn graph-ship-local" ,
49
49
"theme" : " yarn workspace @scaffold-eth/react-app theme" ,
50
50
"watch-theme" : " yarn workspace @scaffold-eth/react-app watch" ,
51
- "backend" : " cd packages/backend && node index"
51
+ "backend" : " cd packages/backend && node index" ,
52
+ "dev" : " cd packages/backend && nodemon index"
52
53
},
53
54
"workspaces" : {
54
55
"packages" : [
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"@prisma/client" : " ^2.30.0" ,
8
+ "apollo-server" : " ^3.3.0" ,
8
9
"body-parser" : " ^1.19.0" ,
9
10
"cors" : " ^2.8.5" ,
10
11
"ethers" : " ^5.1.4" ,
11
12
"express" : " ^4.17.1" ,
12
- "https" : " ^1.0.0"
13
+ "graphql" : " ^15.5.1" ,
14
+ "https" : " ^1.0.0" ,
15
+ "lodash" : " ^4.17.21"
13
16
},
14
17
"devDependencies" : {
18
+ "nodemon" : " ^2.0.12" ,
15
19
"prisma" : " ^2.30.0"
16
20
}
17
21
}
You can’t perform that action at this time.
0 commit comments