-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "@prophouse/frontend",
"version": "0.0.0-development",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --check . --ignore-path ../../.gitignore",
"format:fix": "prettier --write . --ignore-path ../../.gitignore"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.17",
"@prophouse/sdk-react": "1.0.25",
"@rainbow-me/rainbowkit": "^1.2.0",
"@wagmi/core": "^1.4.5",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"formik": "^2.4.5",
"graphql": "^16.8.1",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"sass": "^1.69.5",
"viem": "^1.18.8",
"wagmi": "^1.4.5",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/react": "^18.2.37",
"autoprefixer": "^10.4.16",
"eslint-config-next": "^13.5.6",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}