-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 846 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": "xiny",
"version": "1.0.0",
"description": "a quiz game built with the marvel api!",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RonRicardo/x-in-y.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RonRicardo/x-in-y/issues"
},
"homepage": "https://github.com/RonRicardo/x-in-y#readme",
"dependencies": {
"dotenv": "^6.0.0",
"express": "^4.16.3",
"isomorphic-unfetch": "^3.0.0",
"js-md5": "^0.7.3",
"lodash": "^4.17.11",
"next": "^9.1.1",
"react": "^16.10.2",
"react-countdown-clock": "^2.4.0",
"react-dom": "^16.10.2",
"react-no-ssr": "^1.1.0",
"semantic-ui-react": "^0.82.5"
}
}