-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 916 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": "meta-portal-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@web3modal/ethers": "^4.2.1",
"alchemy-sdk": "^3.3.1",
"dotenv": "^16.4.5",
"ethers": "^6.12.0",
"isotope-layout": "^3.0.6",
"next": "^14.2.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-countup": "^6.3.2",
"react-dom": "^18.3.1",
"react-modal": "^3.16.1",
"react-redux": "^8.0.4",
"react-tsparticles": "^2.3.3",
"react-visibility-sensor": "^5.1.1",
"react-water-wave": "^2.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"swiper": "^8.4.4",
"tsparticles": "^2.3.4"
},
"devDependencies": {
"eslint": "8.25.0",
"eslint-config-next": "12.3.1"
}
}