-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 876 Bytes
/
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
{
"name": "socialchange",
"scripts": {
"build:css": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css ./app/assets/stylesheets/admin.scss:./app/assets/builds/admin.css --no-source-map --load-path=node_modules",
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets"
},
"engines": {
"node": ">=20.x"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@popperjs/core": "^2.11.8",
"@rails/activestorage": "^7.1.3",
"bootstrap": "~5.3.3",
"bootstrap-icons": "^1.11.3",
"esbuild": "^0.20.1",
"react": "^18.2.0",
"react-complex-tree": "^2.3.5",
"react-dom": "^18.2.0",
"react_ujs": "^3.2.0",
"sass": "^1.71.1",
"trix": "^2.0.10"
},
"packageManager": "[email protected]"
}