generated from Borodutch/frontend-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.59 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
{
"name": "knockknock-frontend",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"start": "vite",
"build": "cross-env NODE_ENV=production tsc && vite build",
"pretty": "prettier --check src",
"lint": "yarn pretty && eslint --max-warnings 0 --ext ts,tsx,json src",
"preview": "yarn build && yarn vite preview"
},
"dependencies": {
"@borodutch/knockknock-contract": "^0.0.6",
"@rainbow-me/rainbowkit": "^2.0.1",
"@tanstack/react-query": "^5.22.2",
"envalid": "^8.0.0",
"ethers": "^6.11.1",
"jotai": "^2.6.5",
"preact": "^10.19.6",
"viem": "^2.7.13",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"daisyui": "^4.7.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-tsconfig-paths": "^4.3.1"
},
"packageManager": "[email protected]"
}