forked from GovNFT/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.45 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
{
"name": "govnft",
"private": false,
"license": "GPL-3.0",
"version": "1.0.0beta",
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "vite",
"build": "yarn run codegen && tsc && biome check ./src && vite build",
"preview": "vite preview",
"lint": "biome check ./src",
"codegen": "yarn wagmi generate"
},
"dependencies": {
"@tanstack/react-query": "^5.17.15",
"buffer": "^6.0.3",
"chart.js": "^4.4.1",
"dayjs": "^1.11.9",
"events": "^3.3.0",
"flowbite-react": "0.6.1",
"lodash": "*",
"lucide-react": "^0.276.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hot-toast": "^2.4.1",
"react-image": "^4.1.0",
"react-svgmt": "^2.0.2",
"use-local-storage-state": "^19.0.4",
"util": "^0.12.5",
"viem": "2.x",
"wagmi": "^2.2.1",
"wouter": "^3.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@mdx-js/react": "^2.3.0",
"@mdx-js/rollup": "^2.3.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"@wagmi/cli": "^2",
"autoprefixer": "^10.4.15",
"flowbite": "1.8.1",
"git-repo-info": "^2.1.1",
"postcss": "^8.4.29",
"prop-types": "^15.8.1",
"tailwindcss": "^3.3.3",
"terser": "^5.19.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}