forked from helloquocbao/checkin-nft-fontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.57 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.57 KB
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
55
56
57
58
59
60
61
{
"name": "kit-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@material-tailwind/react": "^1.2.4",
"@mui/material": "^5.8.7",
"@mysten/dapp-kit": "^0.18.0",
"@mysten/sui": "^1.39.0",
"@mysten/walrus": "^0.7.1",
"@reduxjs/toolkit": "^1.8.2",
"@tanstack/react-query": "^5.90.2",
"@tippyjs/react": "^4.2.6",
"axios": "^1.2.1",
"browser-image-compression": "^2.0.2",
"chart.js": "^3.8.0",
"leaflet": "^1.9.4",
"metamask-react": "^2.4.0",
"moment": "^2.29.4",
"next": "14.2.33",
"next-intl": "3.0.0-beta.19",
"next-themes": "^0.2.0",
"query-string": "^9.3.1",
"react": "18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-chartjs-2": "^4.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.2",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.7",
"react-icomoon": "^2.5.4",
"react-icons": "^4.4.0",
"react-leaflet": "4.2.1",
"react-modal-video": "^1.2.10",
"react-redux": "^8.0.2",
"react-tabs": "^5.1.0",
"sharp": "^0.30.7",
"swiper": "^8.2.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"typescript": "^5"
},
"overrides": {
"autoprefixer": "10.4.5"
}
}