-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.88 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.88 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
62
63
64
65
66
67
68
69
{
"name": "react-playground",
"version": "1.0.0",
"private": true,
"dependencies": {
"@tailwindcss/forms": "^0.5.9",
"@web3auth/modal": "^10.15.0",
"ethers": "^6.13.7",
"hamburger-react": "^2.5.1",
"jose": "^5.9.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-js-pagination": "^3.0.3",
"react-json-formatter": "^0.4.0",
"react-router-dom": "^6.26.2",
"wagmi": "^2.15.0"
},
"optionalDependencies": {
"esbuild": "^0.14.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@toruslabs/config": "^2.2.0",
"@toruslabs/eslint-config-typescript": "^3.3.3",
"@types/http-cache-semantics": "^4.0.4",
"@types/minimist": "^1.2.5",
"@types/node": "^20.12.12",
"@types/normalize-package-data": "^2.4.4",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"http-cache-semantics": "^4.1.1",
"minimist": "^1.2.8",
"normalize-package-data": "^7.0.0",
"parse-json": "^8.1.0",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
}
}