forked from alleslabs/celatone-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.59 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
110
111
112
113
114
115
116
117
118
{
"name": "celatone",
"version": "1.2.0",
"author": "Alles Labs",
"scripts": {
"dev": "next dev",
"build": "next build",
"test": "jest --coverage",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && yarn format",
"type-check": "tsc --noEmit",
"format": "prettier --write src",
"up": "yarn upgrade-interactive",
"up-latest": "yarn up --latest",
"release": "cross-env HUSKY=0 standard-version",
"push-release": "git push --follow-tags origin main",
"prepare": "husky install"
},
"dependencies": {
"@amplitude/analytics-browser": "^1.8.0",
"@amplitude/marketing-analytics-browser": "^1.0.7",
"@chain-registry/types": "^0.13.1",
"@chakra-ui/anatomy": "^2.1.0",
"@chakra-ui/card": "^2.1.1",
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "2.3.6",
"@chakra-ui/styled-system": "^2.3.5",
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@cosmjs/crypto": "^0.31.1",
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/proto-signing": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@cosmos-kit/compass": "2.3.0",
"@cosmos-kit/core": "2.5.0",
"@cosmos-kit/keplr": "2.3.0",
"@cosmos-kit/react": "2.6.0",
"@cosmos-kit/station": "2.3.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@graphql-codegen/cli": "^2.13.12",
"@graphql-codegen/client-preset": "^1.1.4",
"@rjsf/chakra-ui": "v5.0.0-beta.10",
"@rjsf/core": "v5.0.0-beta.10",
"@rjsf/utils": "v5.0.0-beta.10",
"@rjsf/validator-ajv8": "v5.0.0-beta.10",
"@rx-stream/pipe": "^0.7.1",
"@sentry/nextjs": "7.37.0",
"@tanstack/react-query": "^4.16.1",
"@types/big.js": "^6.1.6",
"@types/numeral": "^2.0.2",
"@types/react-dom": "^18.0.8",
"ace-builds": "^1.12.5",
"axios": "^1.1.3",
"big.js": "^6.2.1",
"camelcase": "^7.0.0",
"chain-registry": "^1.19.0",
"chakra-react-select": "^4.7.0",
"cosmjs-types": "^0.7.2",
"dayjs": "^1.11.6",
"file-saver": "^2.0.5",
"framer-motion": "^7.6.12",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"js-base64": "^3.7.4",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"long": "^5.2.1",
"map-obj": "^5.0.2",
"match-sorter": "^6.3.1",
"mobx": "^6.6.2",
"mobx-persist-store": "^1.1.2",
"mobx-react-lite": "^3.4.0",
"next": "^13.0.0",
"next-seo": "^5.8.0",
"node-gzip": "^1.1.2",
"plur": "^5.1.0",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.39.7",
"react-icons": "^4.6.0",
"react-linkify": "^1.0.0-alpha",
"react-responsive": "^9.0.0",
"rxjs": "^7.5.7",
"snake-case": "^3.0.4",
"use-clamp-text": "^1.1.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/cz-commitlint": "^17.1.2",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.4.0",
"@types/node-gzip": "^1.1.0",
"@types/react": "^18.0.21",
"@types/react-linkify": "^1.0.1",
"@types/uuid": "^9.0.0",
"commitizen": "^4.2.5",
"commitlint": "^17.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"eslint-config-next": "^13.0.0",
"eslint-config-sznm": "^1.0.0",
"husky": "^8.0.1",
"jest": "^29.5.0",
"lint-staged": "^13.0.3",
"mockdate": "^3.0.5",
"next-sitemap": "^3.1.25",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
},
"packageManager": "[email protected]"
}