-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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
{
"name": "crypton",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"client": "cd client && npm start",
"server": "nodemon",
"start": " concurrently \"npm:server\" \"npm:client\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevensecreti/Crypton.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevensecreti/Crypton/issues"
},
"homepage": "https://github.com/stevensecreti/Crypton#readme",
"dependencies": {
"@apollo/client": "^3.3.7",
"@reach-sh/stdlib": "^0.1.6-rc.2",
"apollo-server": "^2.14.5",
"apollo-server-express": "^2.14.5",
"bcryptjs": "^2.4.3",
"concurrently": "^5.3.0",
"connect": "^3.7.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ethers": "^5.6.2",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.0.0",
"graphql": "^15.1.0",
"graphql-passport": "^0.6.3",
"helmet": "^3.23.3",
"jsonwebtoken": "^8.5.1",
"local-storage": "^2.0.0",
"mongoose": "^5.9.19",
"morgan": "^1.10.0",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"react-game-snake": "^1.0.4",
"react-native": "^0.67.4",
"react-native-game-engine": "^1.2.0",
"react-scroll-horizontal": "^1.6.6",
"react-tetris": "^0.2.0",
"react-useinterval": "^1.0.2",
"serve-static": "^1.14.2",
"styled-components": "^5.3.5",
"validator": "^13.1.1",
"wt-frontend": "^1.2.15",
"xss-clean": "^0.1.1"
}
}