-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "raffles-easystaking",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest --ui"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hyperionbt/helios": "0.14.4",
"@types/react": "^18.0.28",
"@hotjar/browser":"1.0.9",
"chart.js": "^4.2.1",
"cbor": "9.0.2",
"faker": "^5.5.3",
"js-sha256": "^0.9.0",
"lucid-cardano": "^0.10.2",
"next": "^13.1.6",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"react-markdown": "^8.0.5",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/node": "18.14.6",
"@vitest/ui": "^0.29.8",
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "^13.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"vitest": "^0.29.8"
}
}