openfoodfacts-client/www/package.json

25 lines
475 B
JSON
Raw Permalink Normal View History

2022-09-08 19:14:10 +02:00
{
"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",
2022-09-08 20:02:41 +02:00
"html5-qrcode": "^2.2.1",
2022-09-08 19:14:10 +02:00
"svelte": "^3.49.0",
2022-09-15 21:01:10 +02:00
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.12.7"
},
"dependencies": {
"axios": "^0.27.2"
2022-09-08 19:14:10 +02:00
}
2022-09-08 20:02:41 +02:00
}