forked from nhatthanh510/sui-nft-front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 983 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
38
39
{
"name": "sui-nft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.0.4",
"@tanstack/react-query": "^4.14.5",
"@tanstack/react-query-devtools": "^4.14.5",
"axios": "^1.1.3",
"daisyui": "^2.38.1",
"eslint-config-next": "^13.0.4",
"next": "^13.0.4",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-countdown": "^2.3.4",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-paginate": "^8.1.4",
"react-slick": "^0.29.0",
"react-tabs": "^5.1.0",
"react-toastify": "^9.1.1",
"sass": "^1.56.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-plugin-react": "^7.31.10",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.2"
}
}