-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 941 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
27
28
29
30
{
"name": "app",
"private": "true",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo-rails": "^7.1.1",
"@popperjs/core": "^2.11.2",
"@rails/actiontext": "^7.0.2",
"@shopify/draggable": "^1.0.0-beta.8",
"bootstrap": "^5.1.3",
"datatables.net-bs5": "^1.11.4",
"datatables.net-buttons-bs5": "^2.2.2",
"esbuild": "^0.17.0",
"jquery": "3",
"jszip": "^3.7.1",
"pdfmake": "^0.2.4",
"sass": "^1.49.7",
"tom-select": "^2.2.2",
"trix": "^2.0.0-alpha.0"
},
"devDependencies": {
"@antora/cli": "^3.0.0",
"@antora/site-generator": "^3.0.0"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds",
"build:css": "sass ./app/assets/stylesheets/application.bootstrap.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules"
}
}