-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.98 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.98 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
{
"name": "wallet",
"description": "Wallet MiniDapp",
"category": "other",
"private": true,
"version": "3.1.0",
"type": "module",
"template": "react-ts",
"scripts": {
"dev": "vite",
"generate:routes": "tsr generate",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"minima:zip": "npm run build && minima zip",
"minima:install": "minima install",
"minima:update": "minima update",
"minima:uninstall": "minima uninstall",
"minima:refresh": "minima zip && minima uninstall && minima install"
},
"dependencies": {
"@minima-global/image": "^2.0.0",
"@minima-global/mds": "^0.14.6",
"@tanstack/react-router": "^1.76.3",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"decimal.js": "^10.4.3",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^12.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-lottie": "^1.2.10",
"react-qr-code": "^2.0.15",
"react-scroll": "^1.9.2",
"react-use-draggable-scroll": "^0.4.7",
"sanitize-html": "^2.14.0",
"test-image-pkg": "^1.5.2"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@minima-global/minima-cli": "^0.1.2",
"@tanstack/router-devtools": "^1.76.3",
"@tanstack/router-plugin": "^1.76.0",
"@types/archiver": "^6.0.3",
"@types/lodash": "^4.17.12",
"@types/prompts": "^2.4.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.16",
"chalk": "^5.3.0",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"open": "^10.1.0",
"tailwindcss": "^3.3.5",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vite-plugin-html": "^3.2.0"
}
}