-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.93 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "bityo-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.5",
"@material-tailwind/react": "^2.1.9",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/pako": "^2.0.3",
"@types/swagger-ui-react": "^4.18.3",
"@typescript-eslint/parser": "^8.0.0",
"axios": "^1.7.3",
"cookies-next": "^4.2.1",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"ethers": "^6.13.2",
"firebase": "^10.12.5",
"firebase-admin": "^12.3.0",
"next": "14.2.5",
"next-mdx-remote": "^5.0.0",
"next-swagger-doc": "^0.4.0",
"next-themes": "^0.3.0",
"nextjs-progressbar": "^0.0.16",
"pako": "^2.1.0",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"sharp": "^0.33.4",
"swagger-ui-react": "^5.17.14",
"swiper": "^11.1.9",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/node": "^20.14.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/swagger-jsdoc": "^6.0.4",
"autoprefixer": "^10.4.20",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typeconv": "^2.3.1",
"typescript": "^5.5.4"
}
}