winter/package.json
Ben Thomson f79e672a13
Establish base Snowboard framework in Backend (#548)
This PR establishes a base Snowboard framework in the Backend. While we won't likely have any specific Snowboard widgets or functionality in the 1.1 branch, it will allow people to use Snowboard in the Backend should they wish.

Fixes #541.

Co-authored-by: Luke Towers <github@luketowers.ca>
2022-05-16 13:31:49 +08:00

12 lines
187 B
JSON

{
"devDependencies": {
"laravel-mix": "^6.0.41"
},
"workspaces": {
"packages": [
"modules/backend",
"modules/system"
]
}
}