-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 822 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 822 Bytes
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
{
"dependencies": {
"@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo-rails": "^7.1.1",
"@rails/actioncable": "^6.0.0",
"codemirror": "^5.63.3",
"datatables.net": "^1.11.3",
"datatables.net-zf": "^1.11.3",
"esbuild": "^0.14.23",
"foundation-sites": "6.4.3",
"jquery": "^3.6.0",
"jquery-datetimepicker": "^2.5.21",
"jquery-timepicker": "^1.3.3",
"jquery-ui": "^1.13.2",
"jquery-ui-dist": "^1.12.1",
"moment": "^2.29.4",
"sass": "^1.49.9"
},
"scripts": {
"build": "esbuild app/javascript/application.js --bundle --sourcemap --outdir=app/assets/builds",
"build:css": "sass ./app/assets/stylesheets/application.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules"
},
"devDependencies": {
"prettier": "^2.6.2"
}
}