mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "silverstripe-widgets",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/silverstripe/silverstripe-widgets.git"
|
||
|
},
|
||
|
"homepage": "https://github.com/silverstripe/silverstripe-widgets",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/silverstripe/silverstripe-widgets/issues"
|
||
|
},
|
||
|
"author": "SilverStripe Ltd.",
|
||
|
"engines": {
|
||
|
"node": "^18.x"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "yarn && yarn lint && rm -rf client/dist/* && NODE_ENV=production webpack --mode production --bail --progress",
|
||
|
"dev": "NODE_ENV=development webpack --progress",
|
||
|
"watch": "NODE_ENV=development webpack --watch --progress",
|
||
|
"lint": "eslint client/src && sass-lint client/src",
|
||
|
"lint-fix": "eslint client/src --fix && sass-lint client/src --fix"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@silverstripe/eslint-config": "^1.0.0-alpha6",
|
||
|
"@silverstripe/webpack-config": "^2.0.0-alpha5",
|
||
|
"webpack": "^5.74.0",
|
||
|
"webpack-cli": "^5.0.0"
|
||
|
},
|
||
|
"resolutions": {
|
||
|
"colors": "1.4.0"
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"defaults"
|
||
|
]
|
||
|
}
|