mirror of
https://github.com/Maks1mS/free-ozon-dpr.git
synced 2024-12-23 18:42:59 +03:00
33 lines
738 B
JSON
33 lines
738 B
JSON
{
|
|
"name": "free-ozon-dpr",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.4.0",
|
|
"eslint": "^9.4.0",
|
|
"globals": "^15.4.0",
|
|
"vite": "^5.2.0",
|
|
"vite-plugin-html-config": "^1.0.11",
|
|
"vite-plugin-radar": "^0.9.6",
|
|
"vite-plugin-static-copy": "^1.0.5",
|
|
"vite-plugin-webfont-dl": "^3.9.4"
|
|
},
|
|
"dependencies": {
|
|
"fastest-levenshtein": "^1.0.16",
|
|
"js-cookie": "^3.0.5",
|
|
"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"
|
|
}
|
|
}
|