generated from Borodutch/frontend-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.44 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
{
"name": "farcantasy-arena-frontend",
"version": "1.0.0",
"license": "MIT",
"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": {
"@rainbow-me/rainbowkit": "^1.0.3",
"jotai": "^2.2.1",
"preact": "^10.15.1",
"viem": "^1.1.7",
"wagmi": "^1.2.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"daisyui": "latest",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"react-scripts": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0"
},
"packageManager": "[email protected]"
}