-
Notifications
You must be signed in to change notification settings - Fork 162
/
package.json
37 lines (37 loc) · 960 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
36
37
{
"name": "andyruwruw-profile-page",
"version": "1.2.0",
"description": "Github profile README.md",
"main": "index.js",
"scripts": {
"start": "vercel dev",
"lint": "eslint . --ext .ts,.tsx --fix"
},
"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.9.1",
"axios": "^0.21.4",
"chess-web-api": "^1.0.10",
"dotenv": "^14.2.0",
"node-fetch": "^2.6.1",
"querystring": "^0.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^7.32.0",
"jest": "^27.4.7",
"typescript": "^3.9.10"
}
}