-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 KB
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
{
"main": "server.ts",
"engines": {
"node": "10.x"
},
"scripts": {
"backend": "yarn serve",
"serve": "ts-node-dev server.ts",
"test": "mocha ./server/test"
},
"dependencies": {
"@types/express": "^4.17.1",
"@types/express-session": "^1.15.14",
"@types/node": "^12.7.4",
"@types/request": "^2.48.2",
"@types/websocket": "^0.0.40",
"apollo-errors": "^1.9.0",
"apollo-server-express": "^2.9.3",
"array-hash-conversion": "^1.0.2",
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cloudinary": "^1.14.0",
"dotenv": "^8.1.0",
"eslint": "^6.3.0",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"form-data": "^2.5.1",
"global": "^4.4.0",
"graphql": "^14.5.4",
"graphql-iso-date": "^3.6.1",
"graphql-subscriptions": "^1.1.0",
"graphql-tag": "^2.10.1",
"moment": "^2.24.0",
"mongo-seeding": "^3.3.0",
"mongoose": "^5.6.11",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"nodemon": "^1.19.2",
"path": "^0.12.7",
"subscriptions-transport-ws": "^0.9.16",
"ts-node": "^8.3.0",
"ts-node-dev": "^1.0.0-pre.42",
"universal-websocket-client": "^1.0.2",
"websocket": "^1.0.29",
"ws": "^7.1.2"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.10",
"@types/react-test-renderer": "^16.9.0",
"babel-preset-expo": "^6.0.0",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"supertest": "^4.0.2",
"typescript": "^3.6.2"
},
"private": true
}