-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.38 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
{
"name": "biorbit-frontend",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@rainbow-me/rainbowkit": "^1.0.0",
"@types/leaflet": "^1.9.3",
"@types/leaflet-draw": "^1.0.6",
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"dotenv": "^16.0.3",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"ethers": "^5.7.2",
"formik": "^2.4.0",
"framer-motion": "^10.12.13",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-draw": "^1.0.4",
"leaflet-geosearch": "^3.8.0",
"leaflet-measure": "^3.1.0",
"next": "13.4.3",
"postcss": "8.4.23",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-leaflet-draw": "^0.20.4",
"react-read-more-read-less": "^1.0.7",
"recharts": "^2.6.2",
"scroll-into-view": "^1.16.2",
"simple-statistics": "^7.8.3",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"viem": "^0.3.35",
"wagmi": "^1.0.5"
},
"devDependencies": {}
}