-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.63 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
{
"name": "sara",
"description": "Stealth Acount Recovery Assistant (SARA) is a web application that helps users recover their FluidKey stealth accounts using the FluidKey Stealth Account Kit.",
"version": "2.0.0",
"private": false,
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/shahnami/sara.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --outDir build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fluidkey/stealth-account-kit": "^0.0.30",
"@mantine/core": "7.6.1",
"@mantine/hooks": "7.6.1",
"@rainbow-me/rainbowkit": "^2.0.1",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.25.0",
"bottleneck": "^2.19.5",
"buffer": "^6.0.3",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.2",
"viem": "2.x",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.36",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.32",
"postcss-preset-mantine": "1.13.0",
"postcss-simple-vars": "^7.0.1",
"vite": "^5.0.10",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-tsconfig-paths": "^4.3.1"
}
}