-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
97 lines (97 loc) · 2.7 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
{
"name": "@hyperplay/quests-ui",
"version": "0.1.13",
"description": "",
"main": "index.js",
"scripts": {
"build": "vite build",
"lint": "eslint ./src",
"prettier": "prettier --check .",
"prettier-fix": "prettier --write .",
"storybook": "storybook dev -p 6007",
"build-storybook": "storybook build",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "LGPL-3.0-only",
"files": [
"dist/*",
"LICENSE"
],
"exports": {
".": {
"import": "./dist/index.es.js"
},
"./style.css": "./dist/style.css"
},
"types": "dist/index.d.ts",
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@hyperplay/chains": "^0.3.0",
"@hyperplay/ui": "^1.8.21",
"@hyperplay/utils": "^0.3.7",
"@mantine/core": "^7.5.1",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-interactions": "^8.3.4",
"@storybook/addon-links": "^8.3.4",
"@storybook/addon-onboarding": "^8.3.4",
"@storybook/blocks": "^8.3.4",
"@storybook/react": "^8.3.4",
"@storybook/react-vite": "^8.3.4",
"@storybook/test": "^8.3.4",
"@tanstack/query-core": "^5.59.20",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-storybook": "^0.9.0",
"i18next": "^23.12.3",
"jest": "^29.7.0",
"mobx": "^6.13.3",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-i18next": "^15.0.1",
"sass-embedded": "^1.77.8",
"storybook": "^8.3.4",
"ts-jest": "^29.2.5",
"viem": "^2.19.4",
"vite": "^5.4.0",
"vite-plugin-dts": "^4.0.3",
"wagmi": "^2.12.5"
},
"peerDependencies": {
"@hyperplay/chains": "^0.3.0",
"@hyperplay/ui": "^1.8.21",
"@hyperplay/utils": "^0.3.4",
"@tanstack/query-core": "^5.59.20",
"@tanstack/react-query": "^5.59.20",
"i18next": "^23.12.3",
"mobx": "^6.13.3",
"react": "^18.3.1",
"react-i18next": "^15.0.1",
"viem": "^2.19.4",
"wagmi": "^2.12.5"
},
"dependencies": {
"classnames": "^2.5.1"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"packageManager": "[email protected]+sha256.26a726b633b629a3fabda006f696ae4260954a3632c8054112d7ae89779e5f9a"
}