-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 854 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mantine/core": "4.1.3",
"@mantine/hooks": "4.1.3",
"@mantine/next": "4.1.2",
"@mantine/notifications": "^4.1.3",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"dotenv": "^16.0.0",
"framer-motion": "^6.2.9",
"next": "latest",
"next-sitemap": "^3.1.17",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-numeric-input": "^2.2.3",
"react-qr-reader": "2.2.1",
"react-typed": "^1.2.0",
"swr": "1.2.2",
"web3": "^1.7.3"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0"
}
}