mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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>
12 lines
187 B
JSON
12 lines
187 B
JSON
{
|
|
"devDependencies": {
|
|
"laravel-mix": "^6.0.41"
|
|
},
|
|
"workspaces": {
|
|
"packages": [
|
|
"modules/backend",
|
|
"modules/system"
|
|
]
|
|
}
|
|
}
|