-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1006 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1006 Bytes
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
{
"name": "wind-example-dapp",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@primeuix/themes": "^1.0.3",
"@tailwindcss/vite": "^4.1.4",
"@wharfkit/abicache": "^1.2.2",
"@wharfkit/account": "^1.4.1",
"@wharfkit/antelope": "^1.0.13",
"@wharfkit/signing-request": "^3.2.0",
"luxon": "3.6.1",
"pako": "2.1.0",
"primeicons": "7.0.0",
"primevue": "^4.3.3",
"qrcode-with-logos": "^1.1.1",
"tailwindcss": "^4.1.4",
"tailwindcss-primeui": "^0.6.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"windkit": "^0.1.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@primevue/auto-import-resolver": "^4.3.3",
"@vitejs/plugin-vue": "^5.2.3",
"rollup-plugin-node-polyfills": "0.2.1",
"unplugin-vue-components": "^28.5.0",
"vite": "^6.3.5",
"vite-plugin-vue-devtools": "^7.7.5"
}
}