Some checks failed
Build and publish / build (push) Failing after 17s
Source moved verbatim from mp/cms/ on 2026-04-29; mp was the first concrete adapter consuming the libreshop toolkit. Builds and publishes git.librete.ch/libreshop/cms on every main / v* push via the standard .gitea/workflows/build.yml shared across libreshop components.
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"name": "cms",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"develop": "DEBUG=app:* npm run strapi develop -- --debug --bundler vite",
|
|
"start": "strapi start",
|
|
"build": "strapi build --debug",
|
|
"strapi": "strapi",
|
|
"lint:fix": "prettier --write \"{src,types,config}/**/*.{js,jsx,ts,tsx}\"",
|
|
"generate:types": "strapi ts:generate-types",
|
|
"import": "npm run strapi import -- -f database/export.tar.gz --force",
|
|
"export": "npm run strapi export -- --no-encrypt --file database/export_$(date +'%Y%m%d%H%M%S')",
|
|
"transfer-pull": "npm run strapi transfer -- --from $TRANSFER_URL --from-token $TRANSFER_FROM_TOKEN",
|
|
"transfer-push": "npm run strapi transfer -- --to $TRANSFER_URL --to-token $TRANSFER_TO_TOKEN --force"
|
|
},
|
|
"dependencies": {
|
|
"@paypal/paypal-server-sdk": "^0.6.1",
|
|
"@strapi/plugin-documentation": "4.25.21",
|
|
"@strapi/plugin-i18n": "4.25.21",
|
|
"@strapi/plugin-users-permissions": "4.25.21",
|
|
"@strapi/strapi": "4.25.21",
|
|
"@strapi/utils": "4.25.21",
|
|
"lodash": "^4.17.21",
|
|
"pg": "^8.11.3",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"sharp": "^0.33.5",
|
|
"strapi-plugin-populate-deep": "^3.0.1",
|
|
"strapi-prometheus": "^1.9.2",
|
|
"styled-components": "^5.2.1",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.15",
|
|
"@types/node-fetch": "^2.6.11",
|
|
"@types/uuid": "^10.0.0",
|
|
"prettier": "^3.0.0"
|
|
}
|
|
}
|