-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "simple-light-react",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@headlessui/react": "^1.7.1",
"@metamask/eth-sig-util": "^4.0.1",
"@tailwindcss/forms": "^0.5.2",
"@tippyjs/react": "^4.2.6",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"antd": "^4.23.1",
"aos": "^3.0.0-beta.6",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.0",
"ethers-eip712": "^0.2.0",
"prettier": "^2.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.8.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.6",
"vite": "^3.0.0"
}
}