0
0
mirror of https://github.com/Maks1mS/free-ozon-dpr.git synced 2025-12-18 17:09:53 +03:00

first commit

This commit is contained in:
2024-06-05 14:56:19 +03:00
commit 30b3006d67
24 changed files with 4458 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "free-ozon-dpr",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.2.0",
"vite-plugin-radar": "^0.9.6",
"vite-plugin-webfont-dl": "^3.9.4"
},
"dependencies": {
"jsdom": "^24.1.0",
"modern-async": "^2.0.0",
"node-fetch": "^3.3.2",
"ol": "^9.2.3",
"p-iteration": "^1.1.8",
"qrcode": "^1.5.3"
}
}