Tyler Hallada
74a205d51e
And updates the `build.rs` script so that it also builds a manifest.txt for css files.
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"dependencies": {
|
|
"@hotwired/stimulus": "^3.2.1"
|
|
},
|
|
"name": "crawlnicle-frontend",
|
|
"module": "js/index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"bun-types": "^0.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|