-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "xin-dragons",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@xindragons/toolkit": "^1.0.6",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bottleneck": "^2.19.5",
"bs58": "^4.0.1",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"sass": "^1.69.4"
},
"devDependencies": {
"@types/bs58": "^4.0.1",
"@types/node": "17.0.8",
"@types/react": "^18.2.31",
"@types/react-dom": "^17.0.0",
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.7",
"shx": "^0.3.3",
"typescript": "^4.4.4"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"version": "1.0.0",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Xin-Dragons/XinDragons.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Xin-Dragons/XinDragons.io/issues"
},
"homepage": "https://www.xindragons.io"
}