-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
109 lines (109 loc) · 3.42 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "@liftedinit/manifest-app",
"version": "0.0.1",
"private": false,
"description": "An application to interact with the Manifest Chain",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"remove": "rm -rf node_modules/ bun.lockb $HOME/.bun/install/cache/",
"update-deps": "bunx npm-check-updates --root --format group -i",
"test:coverage": "bun test --coverage",
"test:coverage:lcov": "bun run test:coverage --coverage-reporter=lcov --coverage-dir ./coverage",
"coverage:upload": "codecov"
},
"author": "The Lifted Initiative",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/liftedinit/manifest-app"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"**/@chain-registry/types": "0.25.0",
"**/@cosmjs/stargate": "npm:@liftedinit/[email protected]"
},
"dependencies": {
"@chain-registry/assets": "^1.70.67",
"@cosmjs/cosmwasm-stargate": "0.32.4",
"@cosmjs/stargate": "npm:@liftedinit/[email protected]",
"@cosmos-kit/cosmos-extension-metamask": "^0.12.2",
"@cosmos-kit/react": "2.21.1",
"@cosmos-kit/web3auth": "2.14.1",
"@fontsource/manrope": "^5.0.21",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.5",
"@interchain-ui/react": "1.26.1",
"@liftedinit/manifestjs": "0.0.1-rc.1",
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.8",
"@tanstack/react-query": "^5.55.0",
"@tanstack/react-query-devtools": "^5.55.0",
"@types/file-saver": "^2.0.7",
"apexcharts": "^3.53.0",
"autoprefixer": "^10.4.20",
"babel-plugin-glsl": "^1.0.0",
"bad-words": "^4.0.0",
"chain-registry": "1.69.67",
"cosmjs-types": "^0.9.0",
"cosmos-kit": "2.23.1",
"country-flag-icons": "^1.5.13",
"daisyui": "^4.12.10",
"dayjs": "^1.11.13",
"decimal.js": "^10.4.3",
"file-saver": "^2.0.5",
"formik": "^2.4.6",
"identicon.js": "^2.3.3",
"install": "^0.13.0",
"link": "^2.1.1",
"next": "^14.2.8",
"octokit": "^4.0.2",
"postcss": "^8.4.45",
"qrcode.react": "^3.1.0",
"react": "18.3.1",
"react-apexcharts": "^1.4.1",
"react-confetti": "^6.1.0",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-scroll": "^1.9.0",
"tailwindcss": "^3.4.10",
"three": "^0.169.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@happy-dom/global-registrator": "^15.7.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@tanstack/eslint-plugin-query": "^5.58.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.0.1",
"@types/bad-words": "^3.0.3",
"@types/crypto-js": "^4.2.2",
"@types/identicon.js": "^2.3.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react-scroll": "^1.8.10",
"@types/three": "^0.169.0",
"bun-types": "^1.1.29",
"codecov": "^3.8.3",
"dotenv": "^16.4.7",
"eslint": "8.56.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"tailwind-scrollbar-hide": "^1.1.7",
"typescript": "4.9.3"
},
"files": [
"."
]
}