forked from TheStableFoundation/notwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "notwallet",
"private": false,
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "next dev --turbopack -p 61234",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri",
"publish-ios": "./scripts/publish-ios.sh"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "7.1.1",
"@mui/material": "7.1.1",
"@mui/material-nextjs": "7.1.1",
"@rive-app/react-canvas": "^4.21.3",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-haptics": "^2.2.4",
"@tauri-apps/plugin-log": "~2.4.0",
"@tauri-apps/plugin-opener": "~2.2.7",
"@tauri-apps/plugin-shell": "^2.2.1",
"@tauri-apps/plugin-store": "~2.2.0",
"bcryptjs": "^3.0.2",
"next": "^15.3.3",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.5.0",
"@types/node": "22.7.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint-config-next": "15.3.3",
"postcss": "^8.5.5",
"tailwindcss": "4.0.14",
"typescript": "^5.8.3"
}
}