-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
76 lines (76 loc) · 2.14 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
{
"name": "autonomy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3007",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@cosmjs/amino": "^0.28.11",
"@cosmjs/cosmwasm": "^0.25.6",
"@cosmjs/cosmwasm-stargate": "^0.28.11",
"@cosmjs/crypto": "^0.28.11",
"@cosmjs/encoding": "^0.28.11",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/math": "^0.28.11",
"@cosmjs/proto-signing": "^0.28.11",
"@cosmjs/stargate": "^0.28.11",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@keplr-wallet/cosmos": "^0.10.12",
"bn.js": "^5.2.1",
"dayjs": "^1.11.4",
"next": "12.1.6",
"nextjs-progressbar": "^0.0.14",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.3.0",
"react-markdown": "^8.0.3",
"react-query": "^3.39.2",
"recoil": "^0.7.4",
"tailwind-merge": "^1.2.1",
"zustand": "^4.0.0-rc.1"
},
"resolutions": {
"bn.js": "5.2.1"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@storybook/addon-actions": "^6.5.6",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/addon-interactions": "^6.5.6",
"@storybook/addon-links": "^6.5.6",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.6",
"@storybook/manager-webpack5": "^6.5.6",
"@storybook/react": "^6.5.6",
"@storybook/testing-library": "^0.0.11",
"@types/bn.js": "^5.1.0",
"@types/node": "17.0.36",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"husky": "^8.0.1",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "4.7.2"
},
"engines": {
"node": ">=14.17.0",
"yarn": ">=1.22.17",
"npm": "please-use-yarn"
}
}