-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.63 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
{
"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.3",
"bootstrap-table": "1.24.1",
"convert-units": "2.3.4",
"d3": "7.9.0",
"d3-sankey": "0.12.3",
"debounce": "2.2.0",
"dexie": "4.0.11",
"dexie-observable": "4.0.1-beta.13",
"fraction.js": "5.2.1",
"html2canvas": "1.4.1",
"i18next": "24.2.3",
"i18next-browser-languagedetector": "8.0.4",
"i18next-http-backend": "3.0.2",
"jquery": "3.7.1",
"jquery-i18next": "1.2.1",
"jsondiffpatch": "0.6.0",
"luxon": "3.5.0",
"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.22.0",
"@openculinary/i18next-gettext-loader": "git+https://github.com/openculinary/i18next-gettext-loader.git#33f93f82b614c1e42b56b16b41436229060cbe22",
"@types/node": "22.13.10",
"copy-webpack-plugin": "13.0.0",
"eslint": "9.22.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.3",
"i18next-conv": "^15.1.1",
"i18next-scanner": "4.6.0",
"jsdom": "26.0.0",
"webpack-license-plugin": "4.5.1",
"mocha": "11.1.0",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typescript": "5.8.2",
"typescript-eslint": "8.26.1",
"webpack": "5.98.0",
"webpack-cli": "6.0.1",
"webpack-subresource-integrity": "5.1.0",
"workbox-webpack-plugin": "7.3.0"
}
}