-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.58 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
{
"scripts": {
"start": "nf -j Procfile.dev start",
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
"build:css": "sass ./app/assets/stylesheets/application.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules --quiet-deps"
},
"workspaces": [
"vendor/*"
],
"dependencies": {
"@financial-times/o-buttons": "^7.11.0",
"@financial-times/o-fonts": "^5.3.5",
"@financial-times/o-forms": "^9.12.1",
"@financial-times/o-typography": "^7.7.0",
"@fortawesome/fontawesome-free": "^7.1.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^8.0.4",
"@hotwired/turbo-rails": "^8.0.4",
"@rails/actioncable": "^6.0.3-7",
"@rails/ujs": "^7.0.0",
"@tiptap/core": "^2.4.0",
"@tiptap/extension-bubble-menu": "^2.4.0",
"@tiptap/extension-emoji": "^2.27.1",
"@tiptap/extension-floating-menu": "^2.4.0",
"@tiptap/extension-focus": "^2.4.0",
"@tiptap/extension-mention": "^2.4.0",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/suggestion": "^2.27.1",
"blurhash": "^1.1.3",
"esbuild": "^0.25.0",
"htm": "^3.1.0",
"jsx-dom": "~8.0",
"lodash.debounce": "^4.0.8",
"o-icons-orig": "npm:@financial-times/o-icons@7.1",
"rpg-awesome": "^0.2.0",
"sass": "^1.94.2",
"sonner-js": "^1.1.1",
"tippy.js": "^6.3.7",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"foreman": "^3.0.1"
},
"volta": {
"node": "22.21.1"
}
}