-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 806 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "app",
"private": true,
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.4",
"@rails/actiontext": "^7.2.0",
"esbuild": "^0.25.0",
"rhino-editor": "^0.16.5",
"sass": "^1.86.0",
"stimulus-autocomplete": "^3.1.0"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
"build:css": "sass ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css ./app/assets/stylesheets/rhinoeditor.sass.scss:./app/assets/builds/rhinoeditor.css --no-source-map --load-path=node_modules"
},
"devDependencies": {
"playwright": "1.55.1"
}
}