-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 922 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 922 Bytes
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
{
"name": "user-controlled-wallets",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@circle-fin/w3s-pw-web-sdk": "^1.0.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.4",
"axios": "^1.7.2",
"http-proxy-middleware": "^2.0.6",
"next": "^14.2.5",
"node-fetch": "^2.7.0",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.4",
"tsx": "^4.16.2",
"typography-plugin-code": "^0.16.20",
"uuid": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}