pronounscc/package.json
2023-07-20 02:19:45 +02:00

13 lines
265 B
JSON

{
"name": "app",
"private": "true",
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo-rails": "^7.3.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack --config webpack.config.js"
}
}