-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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": "decentralized-lottery-app",
"private": true,
"version": "0.0.0",
"scripts": {
"test": "jest",
"dev": " next dev -p 8000",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.3",
"clsx": "^2.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"framer-motion": "^11.2.12",
"next": "^14.2.4",
"prettier": "^3.3.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"tailwind-merge": "^2.3.0",
"web3": "^4.7.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"hardhat": "^2.22.6",
"postcss": "^8.4.38",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4"
}
}