UNPKG

@silexlabs/silex-cms

Version:

Silex plugin

93 lines (92 loc) 2.74 kB
{ "name": "@silexlabs/silex-cms", "version": "1.0.0", "description": "Silex plugin", "exports": { "./client": "./dist/client.js", "./server": "./dist/server.js" }, "engines": { "node": ">=18" }, "files": [ "dist", "src", "README.md", "LICENSE" ], "scripts": { "start": "silex --client-config ./dist/client.js --server-config `pwd`/dist/server.js", "dev": "SILEX_CLIENT_CONFIG=./client-test.js SILEX_SERVER_CONFIG=`pwd`/dist/server.js SILEX_PORT=3002 SILEX_DEBUG=true SILEX_EXPRESS_JSON_LIMIT=1gb SILEX_FS_ROOT=`pwd`/11ty-test/storage SILEX_FS_HOSTING_ROOT=`pwd`/11ty-test/hosting nodemon `node_modules @silexlabs/silex`/@silexlabs/silex & $npm_execpath run build:watch", "build": "$npm_execpath run build:client && $npm_execpath run build:server", "build:watch": "nodemon -e ts,js --watch src -x \"$npm_execpath run build\"", "build:client": "rollup -c rollup.client.config.mjs", "build:server": "rollup -c rollup.server.config.mjs", "lint": "eslint 'src/**/*.ts'", "lint:fix": "$npm_execpath run lint -- --fix", "test": "jest --rootDir src --config jest.config.js", "test:watch": "$npm_execpath run test -- --watch", "prepare": "husky" }, "devDependencies": { "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.19.0", "@jest/globals": "^29.7.0", "@silexlabs/silex": "3.3.1-6", "@silexlabs/silex-plugins": "1.1.1-1", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "eslint": "^9.19.0", "globals": "^15.14.0", "husky": "^9.1.7", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "node_modules-path": "^2.1.1-0", "nodemon": "^3.1.9", "ts-jest": "^29.2.5" }, "peerDependencies": { "grapesjs": ">=0.19.0 <0.23.0", "lit-html": "*" }, "dependencies": { "@humanwhocodes/retry": "^0.4.1", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-eslint": "^9.0.5", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@silexlabs/grapesjs-data-source": "0.1.1-4", "dedent": "^1.5.3", "deepmerge": "^4.3.1", "rollup": "^4.32.1", "rollup-plugin-tslint": "^0.2.2", "tslib": "^2.8.1", "typescript": "^5.7.3" }, "author": { "name": "Alex Hoyau", "url": "https://lexoyo.me/" }, "license": "AGPL-3.0", "keywords": [ "silex", "silex-plugin", "plugin", "11ty", "eleventy", "liquid", "liquidjs", "static site generator", "ssg", "design", "web design", "webdesign", "directus", "strapi", "supabase", "dato cms", "headless cms", "graphql" ] }