-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
45
46
47
48
49
50
51
{
"name": "customer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"lint:style": "stylelint --fix '**/*.{css,scss}'"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@monerium/sdk": "workspace:latest",
"@monerium/sdk-react-provider": "workspace:latest",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@mui/material-nextjs": "^5.15.11",
"@mui/system": "^5.15.15",
"@rainbow-me/rainbowkit": "^2.1.2",
"@repo/ui": "workspace:*",
"@tanstack/react-query": ">=5.0.0",
"next": ">=14.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"viem": "2.x",
"wagmi": "^2.9.8"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/postcss-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"classnames": "^2.5.1",
"eslint-config-next": ">=14.0.0",
"js-cookie": "^3.0.5",
"postcss": "^8",
"react-transition-state": "^2.1.1",
"sass": "^1.77.4",
"stylelint": "^16.6.1",
"typescript": "^5"
},
"packageManager": "[email protected]"
}