-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.59 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
53
54
55
56
57
58
59
60
61
{
<<<<<<< HEAD
"name": "keystone-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "concurrently -n 'server,client' -c 'yellow,green' \"nodemon server.js\" \"cd frontend && npm start\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@rpglogs/api-sdk": "^1.0.0",
"axios": "^0.24.0",
"axios-oauth-client": "^1.4.4",
"concurrently": "^6.4.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"graphql": "^16.0.1",
"graphql-request": "^3.6.1",
"https": "^1.0.0",
"isexe": "^2.0.0",
"morgan": "^1.10.0",
"node-fetch": "^3.1.0",
"nodemon": "^2.0.15"
}
=======
"name": "keystone-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "concurrently -n 'server,client' -c 'blue,green' \"nodemon server.js\" \"cd frontend && npm start\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@rpglogs/api-sdk": "^1.0.0",
"axios": "^0.23.0",
"axios-oauth-client": "^1.4.4",
"concurrently": "^6.3.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"graphql": "^15.6.1",
"graphql-request": "^3.6.1",
"https": "^1.0.0",
"isexe": "^2.0.0",
"morgan": "^1.10.0",
"node-fetch": "^3.0.0",
"nodemon": "^2.0.14"
}
>>>>>>> 8bfe84755dc5d8cfffe48cccd254cf78941f3707
}