-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.94 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "openfoodfacts-sveltekit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"api:folksonomy": "openapi-typescript https://api.folksonomy.openfoodfacts.org/openapi.json --output src/lib/api/folksonomy.d.ts",
"api:prices": "openapi-typescript https://prices.openfoodfacts.net/api/schema --output src/lib/api/prices.d.ts",
"api": "pnpm run api:folksonomy && pnpm run api:prices"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.2",
"@iconify/tailwind": "^1.2.0",
"@sveltejs/adapter-vercel": "^5.5.2",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.15",
"@types/leaflet": "^1.9.15",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vercel/speed-insights": "^1.1.0",
"@zoom-image/core": "^0.39.0",
"@zoom-image/svelte": "^0.3.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"fuse.js": "^7.0.0",
"html5-qrcode": "^2.3.8",
"leaflet": "^1.9.4",
"openapi-fetch": "^0.13.4",
"openapi-typescript": "^7.5.1",
"openfoodfacts-nodejs": "github:openfoodfacts/openfoodfacts-nodejs",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.18.0",
"svelte-check": "^4.1.1",
"svelte-local-storage-store": "^0.6.4",
"sveltekit-i18n": "^2.4.2",
"tailwindcss": "^3.4.17",
"tailwindcss-opentype": "^1.1.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.7"
},
"type": "module",
"packageManager": "[email protected]"
}