-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 987 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 987 Bytes
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
{
"name": "bops",
"private": true,
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@opensystemslab/map": "^1.0.0-alpha.5",
"@rails/actiontext": "^7.2.201",
"@rails/activestorage": "^7.2.201",
"@rails/request.js": "^0.0.9",
"@rails/ujs": "^7.0.4-2",
"@stimulus-components/sortable": "^5.0.1",
"@x-govuk/govuk-prototype-components": "^3.0.9",
"accessible-autocomplete": "^2.0.4",
"esbuild": "^0.25.0",
"govuk-frontend": "^5.2.0",
"is-svg": "^5.0.0",
"jspdf": "^4.2.1",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"puppeteer": "^23.8.0",
"qrcode": "^1.5.4",
"sortablejs": "^1.15.2",
"stimulus": "^1.1.1",
"toastr": "^2.1.4",
"trix": "^2.1.17"
},
"resolutions": {
"is-svg": "^4.2.2"
},
"version": "0.1.0",
"devDependencies": {
"@biomejs/biome": "^2.0.5",
"@herb-tools/linter": "^0.8.1",
"prettier": "^3.6.1"
},
"scripts": {
"build": "node esbuild.mjs --minify"
}
}