-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "fb_editor",
"private": true,
"engines": {
"node": "^16.20.1"
},
"scripts": {
"jstest": "mocha --recursive"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@rails/actioncable": "^7.0.4",
"@rails/activestorage": "^7.0.4",
"@rails/ujs": "^7.0.4",
"@rails/webpacker": "^5.4.4",
"@sentry/browser": "^7.28.1",
"@ungap/custom-elements": "^1.3.0",
"@x-govuk/marked-govspeak": "^0.2.0",
"accessible-autocomplete": "^2.0.4",
"chai-dom": "^1.11.0",
"dompurify": "^3.0.3",
"govuk-frontend": "4.8.0",
"govuk-markdown": "^0.3.0",
"jquery": "^3.6.4",
"jquery-ui-dist": "^1.13.2",
"marked": "4.3.0",
"resolve-url-loader": "^5.0.0",
"sanitize-html": "^2.8.1",
"showdown": "^2.1.0",
"sinon": "^15.0.3",
"tabbable": "^6.0.1"
},
"version": "0.1.0",
"devDependencies": {
"@sentry/webpack-plugin": "^1.20.0",
"chai": "^4.3.7",
"form-data": "^4.0.0",
"jquery-ui": "^1.13.2",
"jsdom": "^20.0.3",
"jsdom-global": "^3.0.2",
"mocha": "^10.2.0",
"sinon-chai": "^3.7.0"
}
}