forked from lalalune/ic-webaverse-tradebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "trade-console",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"dev:webaverse": "npx serve -p 8001 --cors",
"build": "vite build && npm run build:component",
"build:component": "COMPONENT=true vite build",
"preview": "vite preview"
},
"dependencies": {
"@dfinity/agent": "^0.14.1",
"@dfinity/candid": "^0.14.1",
"@dfinity/principal": "^0.14.1",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@psychedelic/dab-js": "^1.5.2",
"buffer": "^6.0.3",
"esbuild-plugin-inline-image": "^0.0.8",
"process": "^0.11.10",
"react": "^18.2.0",
"react-3d-viewer": "^1.0.12",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"rollup-plugin-polyfill-node": "^0.11.0",
"style-inject": "^0.3.0",
"styled-components": "^4.4.1",
"three": "^0.146.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.0"
}
}