2023-01-30 02:04:04 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe-externallinks",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"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",
|
2024-06-12 01:41:41 +02:00
|
|
|
"lint": "eslint client/src/js && stylelint client/src"
|
2023-01-30 02:04:04 +01:00
|
|
|
},
|
2023-04-03 04:33:21 +02:00
|
|
|
"dependencies": {},
|
2023-01-30 02:04:04 +01:00
|
|
|
"devDependencies": {
|
2024-06-12 01:41:41 +02:00
|
|
|
"@silverstripe/eslint-config": "^1.3.0",
|
2024-05-01 07:01:17 +02:00
|
|
|
"@silverstripe/webpack-config": "^2.1.0",
|
2023-01-30 02:04:04 +01:00
|
|
|
"webpack": "^5.74.0",
|
|
|
|
"webpack-cli": "^5.0.0"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"colors": "1.4.0"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
]
|
|
|
|
}
|