forked from AriiMe/AriiMe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 834 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
{
"name": "andyruwruw-profile-page",
"version": "1.1.0",
"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/andyruwruw/andyruwruw.git"
},
"author": "Andrew Young",
"license": "ISC",
"bugs": {
"url": "https://github.com/andyruwruw/andyruwruw/issues"
},
"homepage": "https://github.com/andyruwruw/andyruwruw#readme",
"dependencies": {
"@vercel/node": "^1.7.3",
"axios": "^0.21.1",
"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"
}
}