forked from guilyx/guilyx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "guilyx-profile-page",
"version": "1.1.1",
"description": "Github profile README.md",
"main": "index.js",
"scripts": {
"start": "vercel dev",
"token": "tsc util/get-refresh-token.ts & node util/get-refresh-token.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guilyx/guilyx.git"
},
"author": "Andrew Young",
"license": "ISC",
"bugs": {
"url": "https://github.com/guilyx/guilyx/issues"
},
"homepage": "https://github.com/guilyx/guilyx#readme",
"dependencies": {
"@vercel/node": "^1.9.1",
"axios": "^0.21.2",
"chess-web-api": "^1.0.10",
"isomorphic-unfetch": "^3.0.0",
"node-fetch": "^2.6.1",
"querystring": "^0.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.7",
"faunadb": "^2.14.2"
},
"devDependencies": {
"@types/node": "^14.0.22",
"@types/react": "^16.9.42",
"@types/react-dom": "^16.9.8",
"@types/spotify-api": "0.0.5",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"open": "^7.2.1",
"prettier": "^2.0.5",
"dotenv": "^10.0.0"
},
"directories": {
"example": "example"
},
"keywords": []
}