forked from includenull/wax-ual-demo-vite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 790 Bytes
/
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
{
"name": "wax-ual-demo-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"eosjs": "^22.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.11",
"ual-anchor": "^1.3.0",
"ual-reactjs-renderer": "npm:@cmichel/ual-reactjs-renderer@^0.4.0",
"ual-wax": "npm:@eosdacio/ual-wax@^1.9.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.1",
"vite-jsconfig-paths": "^2.0.1",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-node-polyfills": "^0.8.1",
"vite-plugin-svgr": "^2.4.0"
}
}