exchange-client/package.json

32 lines
716 B
JSON
Raw Permalink Normal View History

2022-10-11 10:23:56 +00:00
{
"name": "exchange_10.10.2022",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.1.2",
2022-10-28 09:56:26 +00:00
"chart.js": "^3.9.1",
2022-10-11 10:23:56 +00:00
"react": "^18.2.0",
2022-10-28 09:56:26 +00:00
"react-chartjs-2": "^4.3.1",
2022-10-11 10:23:56 +00:00
"react-dom": "^18.2.0",
2022-10-11 12:41:01 +00:00
"react-fast-marquee": "^1.3.5",
2022-10-28 09:56:26 +00:00
"react-player": "^2.11.0",
"react-router-dom": "^6.4.2",
2022-12-25 11:33:24 +00:00
"react-uuid": "^2.0.0",
2022-12-01 06:48:13 +00:00
"uuidv4": "^6.2.13",
2022-10-28 09:56:26 +00:00
"vite-plugin-svgr": "^2.2.2"
2022-10-11 10:23:56 +00:00
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"sass": "^1.55.0",
"vite": "^3.1.0"
}
}