-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.26 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.26 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
70
71
72
73
74
75
76
{
"name": "nance-interface-remix",
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev --manual",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve build",
"typecheck": "tsc"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@nance/nance-editor": "^1.3.0",
"@nance/nance-sdk": "^2.0.1",
"@remix-run/css-bundle": "^2.8.1",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"@snapshot-labs/snapshot.js": "^0.11.8",
"@tanstack/react-query": "^5.25.0",
"@vercel/analytics": "^1.2.2",
"@walletconnect/web3wallet": "^1.11.1",
"connectkit": "^1.7.2",
"date-fns": "^3.3.1",
"ethers": "^6.11.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"hast-util-classnames": "^3.0.0",
"isbot": "^4.1.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remix-utils": "^7.5.0",
"sort-by": "^1.2.0",
"tiny-invariant": "^1.3.1",
"unist-util-visit": "^5.0.0",
"uuid": "^9.0.1",
"viem": "2.x",
"wagmi": "^2.5.7",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.3"
},
"devDependencies": {
"@remix-run/dev": "^2.3.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.47.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}