-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 925 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 925 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
27
28
29
{
"name": "app",
"private": "true",
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo-rails": "^7.2.4",
"@rails/actioncable": "^7.0.4-3",
"@rails/activestorage": "^7.0.4-1",
"@rails/request.js": "^0.0.13",
"@rails/ujs": "^7.0.4",
"autoprefixer": "^10.4.13",
"chokidar": "5.0.0",
"el-transition": "^0.0.7",
"esbuild": "^0.27.0",
"esbuild-rails": "^1.0.4",
"local-time": "^3.0.0",
"postcss": "^8.4.31",
"sass": "^1.63.6",
"toastify-js": "^1.12.0",
"vanilla-cookieconsent": "^2.9.2"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets",
"build:css": "dartsass ./app/assets/stylesheets/application.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
},
"devDependencies": {
"postcss-import": "^16.0.0"
}
}