-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.34 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
{
"name": "neged-roulette-frontend",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"homepage": "https://0xneged.github.io/neged-roulette-frontend/#",
"scripts": {
"start": "NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production tsc && vite build",
"pretty": "prettier --check src",
"lint": "yarn pretty && eslint --max-warnings 0 ./src/",
"lint-fix": "yarn eslint ./src/ --fix",
"preview": "yarn build && yarn vite preview",
"prod": "serve -p 57 -s dist"
},
"dependencies": {
"@farcaster/frame-sdk": "^0.0.5",
"@formkit/auto-animate": "^0.8.2",
"@privy-io/react-auth": "^1.79.1",
"@privy-io/wagmi": "^0.2.10",
"@tanstack/react-query": "^5.48.0",
"axios": "^1.7.2",
"flowbite-react": "^0.10.1",
"jotai": "^2.8.3",
"js-confetti": "^0.12.0",
"preact": "^10.22.0",
"react-device-detect": "^2.2.3",
"react-parallax-tilt": "^1.7.234",
"react-promise-suspense": "^0.3.4",
"react-timer-hook": "^3.0.7",
"react-toastify": "^10.0.5",
"serve": "^14.2.3",
"socket.io-client": "^4.7.5",
"use-long-press": "^3.2.0",
"viem": "^2.16.0",
"wagmi": "^2.10.4",
"wouter-preact": "^3.2.1"
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@preact/preset-vite": "^2.8.2",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.7",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"envalid": "^8.0.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"globals": "^15.7.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "[email protected]"
}