-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.92 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 3.92 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
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
122
123
124
125
126
127
{
"name": "pfplay",
"version": "0.0.0",
"private": "true",
"scripts": {
"svgr": "node scripts/svgr",
"generate-enums": "node scripts/copy-java-enums",
"prepare": "husky install && yarn svgr",
"dev": "next dev --experimental-https --turbo",
"build": "next build",
"start": "next start",
"pm2": "pm2 start yarn --interpreter bash -- start && pm2 monit",
"test": "vitest run",
"test:type": "tsc --noEmit",
"lint-staged": "lint-staged",
"lint": "eslint src --fix --quiet",
"format": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"pathmap": "node ./scripts/pathmap.js",
"i18n": "node ./scripts/i18n.js"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/react": "^2.1.2",
"@hookform/resolvers": "^2.9.10",
"@rainbow-me/rainbowkit": "2.2.1",
"@resvg/resvg-js": "^2.6.2",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-next-experimental": "^5.46.0",
"alchemy-sdk": "^3.3.1",
"axios": "^1.2.0",
"clsx": "^1.2.1",
"cookies-next": "^4.1.0",
"d3-force": "^3.0.0",
"html-parse-stringify": "^3.0.1",
"html2canvas": "^1.4.1",
"lottie-react": "^2.4.0",
"moveable-helper": "^0.4.0",
"next": "14.2.15",
"pm2": "^5.4.1",
"postcss-nesting": "^12.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-fast-marquee": "^1.6.4",
"react-hook-form": "^7.41.5",
"react-moveable": "^0.56.0",
"react-player": "^2.16.0",
"react-share": "^5.1.0",
"satori": "^0.25.0",
"tailwind-merge": "^1.13.2",
"tailwind-scrollbar-hide": "^1.1.7",
"typescript": "^5.5.4",
"viem": "2.21.58",
"wagmi": "2.10.8",
"zod": "^3.21.4",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@eslint/js": "^9.18.0",
"@next/eslint-plugin-next": "^15.1.5",
"@storybook/addon-actions": "^7.5.2",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/addon-postcss": "2.0.0",
"@storybook/blocks": "^7.5.2",
"@storybook/nextjs": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/testing-library": "^0.2.2",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
"@swc/core": "1.7.11",
"@tanstack/react-query-devtools": "^5.17.1",
"@testing-library/react": "^16.2.0",
"@types/d3-force": "^3.0.10",
"@types/node": "18.16.19",
"@types/react": "^18.2.33",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.13.1",
"@typescript-eslint/rule-tester": "^8.20.0",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.12",
"chokidar": "^3.5.3",
"country-flag-icons": "^1.6.16",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.5",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-i18next": "^6.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.11.2",
"eslint-plugin-unused-imports": "^4.1.4",
"exceljs": "^4.4.0",
"glob": "^10.3.10",
"globals": "^15.14.0",
"husky": "^8.0.0",
"jsdom": "^28.1.0",
"lint-staged": "^13.2.3",
"msw": "^2.12.10",
"postcss": "^8.4.18",
"prettier": "^3.4.2",
"storybook": "^7.5.2",
"tailwindcss": "^3.2.1",
"type-fest": "^4.20.1",
"typescript-eslint": "^8.20.0",
"vitest": "^4.0.18",
"webpack": "5.94.0"
},
"engines": {
"node": ">=20.16.0",
"yarn": ">=1.22.22"
},
"resolutions": {
"jackspeak": "3.1.2"
},
"packageManager": "yarn@1.22.22"
}