-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·67 lines (67 loc) · 1.83 KB
/
package.json
File metadata and controls
executable file
·67 lines (67 loc) · 1.83 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
{
"name": "warpzone",
"version": "0.1.2",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "1.7.5",
"@chakra-ui/system": "1.9.1",
"@chakra-ui/theme": "1.12.3",
"@chakra-ui/theme-tools": "^1.3.1",
"@chakra-ui/utils": "^1.9.1",
"@cosmjs/cosmwasm-stargate": "^0.27.0",
"@cosmjs/proto-signing": "^0.27.0",
"@cosmjs/stargate": "^0.27.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/cinzel-decorative": "^4.5.1",
"@fontsource/megrim": "^4.5.1",
"@fontsource/montserrat": "4.5.2",
"@fontsource/source-sans-pro": "^4.5.1",
"@keplr-wallet/types": "^0.9.10",
"@usedapp/core": "^0.9.0",
"framer-motion": "5.6.0",
"next": "12.0.8",
"phosphor-react": "1.4.0",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-glitch-animation": "^1.0.0",
"react-query": "^3.34.8",
"react-redux": "^7.2.6",
"recoil": "^0.5.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "12.0.8",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "5.6.0",
"@typescript-eslint/parser": "5.6.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"lodash": "^4.17.21",
"prettier": "2.5.0",
"typescript": "4.5.3"
},
"license": "MIT",
"packageManager": "yarn@3.1.1",
"resolutions": {
"webpack": "5.11.1"
}
}