mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
f79e672a13
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>
36 lines
988 B
JSON
36 lines
988 B
JSON
{
|
|
"name": "@wintercms/wn-backend-module",
|
|
"version": "1.0.0",
|
|
"description": "The Backend module for Winter CMS.",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wintercms/winter.git"
|
|
},
|
|
"author": {
|
|
"name": "Ben Thomson",
|
|
"email": "git@alfreido.com",
|
|
"url": "https://wintercms.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Winter CMS Maintainers",
|
|
"url": "https://wintercms.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wintercms/winter/issues"
|
|
},
|
|
"homepage": "https://wintercms.com/",
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"eslint": "^8.6.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-vue": "^8.5.0",
|
|
"laravel-mix": "^6.0.34",
|
|
"laravel-mix-polyfill": "^3.0.1"
|
|
}
|
|
}
|