-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.92 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "disperse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"dev:ts": "tsc --watch",
"start": "tsc && next build && next start",
"build": "tsc && next build",
"prepare": "husky install",
"prettier-format": "prettier --config .prettierrc ./packages/**/**/*.{json,js,ts,tsx,css,md} --write",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@builtbymom/web3": "0.0.199",
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@headlessui/react": "^2.1.2",
"@rainbow-me/rainbowkit": "latest",
"@react-hookz/web": "^24.0.4",
"@tailwindcss/forms": "^0.5.7",
"@types/papaparse": "^5.3.14",
"@types/xxhashjs": "^0.2.4",
"axios": "^1.7.4",
"framer-motion": "^11.3.30",
"install": "^0.13.0",
"next": "14.0.4",
"next-plausible": "^3.12.1",
"next-pwa": "^5.6.0",
"papaparse": "^5.4.1",
"postcss-nesting": "^13.0.0",
"rc-input-number": "^9.2.0",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"tailwindcss-animate": "^1.0.7",
"web3-eth-abi": "1.10.0",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"husky": "^9.0.11",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-unused-imports": "3.2.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0"
}
}