-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.58 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.58 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
77
78
79
80
81
82
83
84
85
86
87
{
"name": "algominter",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/pro-regular-svg-icons": "^6.4.0",
"@fortawesome/pro-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui-float/react": "^0.11.2",
"@headlessui/react": "^1.7.18",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.1.1",
"@perawallet/connect": "^1.3.4",
"@radix-ui/react-dialog": "^1.0.5",
"@sentry/nextjs": "^7.112.2",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.13",
"@txnlab/use-wallet": "^2.2.0",
"@uppy/dashboard": "^3.4.1",
"@uppy/drag-drop": "^3.0.2",
"@uppy/file-input": "^3.0.2",
"@uppy/progress-bar": "^3.0.2",
"@uppy/react": "^3.1.2",
"@uppy/status-bar": "^3.2.0",
"algosdk": "^2.6.0",
"axios": "^1.5.1",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.4",
"json2csv": "^6.0.0-alpha.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mongoose": "^7.6.8",
"next": "^14.0.2",
"nextjs-google-analytics": "^2.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-focus-lock": "^2.9.4",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.0",
"react-tooltip": "^5.14.0",
"react-virtualized-auto-sizer": "^1.0.21",
"react-window": "^1.8.10",
"server-only": "^0.0.1",
"tailwind-merge": "^1.14.0",
"uuid": "^9.0.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.12",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@types/file-saver": "^2.0.7",
"@types/json2csv": "^5.0.3",
"@types/lodash": "^4.14.202",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"eslint": "^8.37.0",
"eslint-config-next": "^13.2.4",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.3.1",
"tsx": "^3.12.7",
"typescript": "^5.0.3"
}
}