-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 959 Bytes
/
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
{
"name": "candidate-pair-programming",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start-server": "node server",
"dev-server": "nodemon server",
"dev-client": "parcel client/index.html --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OxfordAbstracts/candidate-pair-programming.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OxfordAbstracts/candidate-pair-programming/issues"
},
"homepage": "https://github.com/OxfordAbstracts/candidate-pair-programming#readme",
"dependencies": {
"@apollo/client": "^3.5.10",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-graphql": "^0.12.0",
"graphql": "^15.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"nodemon": "^2.0.15",
"parcel-bundler": "^1.12.5"
}
}