-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "sharp-cooking-pwa",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite --host --port 3000",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@jlucaspains/sharp-recipe-parser": "^1.2.1",
"browser-fs-access": "^0.35.0",
"dexie": "^4.0.10",
"fraction.js": "^5.2.1",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.1",
"i18next-vue": "^5.0.0",
"lodash.debounce": "^4.0.8",
"nosleep.js": "^0.12.0",
"notiwind": "^2.1.0",
"tesseract.js": "^5.1.1",
"vue": "^3.5.13",
"vue-advanced-cropper": "^2.8.9",
"vue-router": "4",
"workbox-build": "^7.3.0",
"workbox-window": "^7.0.0"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/lodash.debounce": "^4.0.8",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^2.2.0"
}
}