This repository was archived by the owner on Aug 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.63 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.63 KB
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
{
"name": "frontend",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"description": "RecipeRadar recipe search and meal planning application",
"dependencies": {
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.8",
"bootstrap-table": "1.24.2",
"convert-units": "2.3.4",
"d3": "7.9.0",
"d3-sankey": "0.12.3",
"debounce": "2.2.0",
"dexie": "4.2.0",
"dexie-observable": "4.0.1-beta.13",
"fraction.js": "5.2.2",
"html2canvas": "1.4.1",
"i18next": "25.4.2",
"i18next-browser-languagedetector": "8.2.0",
"i18next-http-backend": "3.0.2",
"jquery": "3.7.1",
"jquery-i18next": "1.2.1",
"jsondiffpatch": "0.6.0",
"luxon": "3.7.1",
"select2": "4.0.13",
"slipjs": "3.0.0",
"sortablejs": "1.15.6",
"tablesaw": "3.1.2",
"workbox-precaching": "7.3.0",
"workbox-routing": "7.3.0",
"workbox-strategies": "7.3.0"
},
"devDependencies": {
"@eslint/js": "9.34.0",
"@openculinary/i18next-gettext-loader": "git+https://github.com/openculinary/i18next-gettext-loader.git#33f93f82b614c1e42b56b16b41436229060cbe22",
"@types/node": "24.3.0",
"copy-webpack-plugin": "13.0.1",
"eslint": "9.34.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.4",
"i18next-conv": "^15.1.1",
"i18next-scanner": "4.6.0",
"jsdom": "26.1.0",
"webpack-license-plugin": "4.5.1",
"mocha": "11.7.1",
"ts-loader": "9.5.4",
"ts-node": "10.9.2",
"typescript": "5.9.2",
"typescript-eslint": "8.41.0",
"webpack": "5.101.3",
"webpack-cli": "6.0.1",
"webpack-subresource-integrity": "5.1.0",
"workbox-webpack-plugin": "7.3.0"
}
}