openfoodfacts-client/www/package.json

25 lines
475 B
JSON

{
"name": "off-client",
"private": true,
"version": "0.0.0",
"type": "module",
"authors": [
"Samuel ORTION <samuel@ortion.fr>"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"html5-qrcode": "^2.2.1",
"svelte": "^3.49.0",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.12.7"
},
"dependencies": {
"axios": "^0.27.2"
}
}