forked from juzybits/polymedia-explorer-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 3.72 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
119
120
121
{
"name": "sui-explorer",
"private": true,
"scripts": {
"dev": "vite --port 3000",
"test": "pnpm test:unit",
"test:unit": "vitest run",
"typecheck": "tsc -b",
"playwright": "playwright",
"build": "pnpm typecheck && vite build",
"eslint:check": "eslint --max-warnings=0 \"./src/**/*.{js,jsx,ts,tsx}\"",
"eslint:fix": "pnpm eslint:check --fix",
"prettier:check": "prettier -c --ignore-unknown .",
"prettier:fix": "prettier -w --ignore-unknown .",
"lint": "pnpm eslint:check && pnpm prettier:check",
"lint:fix": "pnpm eslint:fix && pnpm prettier:fix",
"preview": "vite preview",
"storybook": "storybook dev",
"build-storybook": "storybook build",
"preview-storybook": "pnpm dlx serve ./storybook-static",
"deploy-dev": "pnpm build && wrangler pages deploy build/ --project-name polymedia-explorer --branch dev",
"deploy-prod": "pnpm build && wrangler pages deploy build/ --project-name polymedia-explorer --branch main"
},
"dependencies": {
"@floating-ui/react": "^0.23.0",
"@fontsource-variable/inter": "^5.0.5",
"@fontsource-variable/red-hat-mono": "^5.0.6",
"@headlessui/react": "^1.7.15",
"@mysten/core": "workspace:*",
"@mysten/dapp-kit": "workspace:*",
"@mysten/icons": "workspace:*",
"@mysten/sui.js": "workspace:*",
"@mysten/ui": "workspace:*",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.1",
"@tanstack/react-table": "^8.9.3",
"@types/d3-array": "^3.0.5",
"@types/throttle-debounce": "^5.0.0",
"@visx/axis": "^3.3.0",
"@visx/curve": "^3.3.0",
"@visx/event": "^3.3.0",
"@visx/geo": "^3.3.0",
"@visx/marker": "^3.3.0",
"@visx/pattern": "^3.3.0",
"@visx/responsive": "^3.3.0",
"@visx/scale": "^3.3.0",
"@visx/shape": "^3.3.0",
"@visx/tooltip": "^3.3.0",
"bignumber.js": "^9.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"d3-array": "^3.2.4",
"date-fns": "^2.30.0",
"framer-motion": "^10.12.22",
"prism-react-renderer": "^1.3.5",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-hook-form": "^7.45.2",
"react-hot-toast": "^2.4.1",
"react-resizable-panels": "^0.0.39",
"react-router-dom": "^6.14.2",
"throttle-debounce": "^5.0.0",
"topojson-client": "^3.1.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@playwright/test": "^1.36.1",
"@storybook/addon-a11y": "^7.1.0",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addons": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/react-vite": "^7.1.0",
"@storybook/theming": "^7.1.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/topojson-client": "^3.1.1",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/ui": "^0.33.0",
"autoprefixer": "^10.4.14",
"happy-dom": "^10.5.1",
"onchange": "^7.1.0",
"postcss": "^8.4.31",
"start-server-and-test": "^2.0.0",
"storybook": "^7.1.0",
"tailwindcss": "^3.3.3",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"vite": "^4.4.4",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^0.33.0",
"wrangler": "^3.52.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}