{
  "name": "@ludens-reklame/rubics-editor",
  "version": "0.3.1",
  "description": "On-page editor for Rubics v3.",
  "main": "dist/bundle.js",
  "private": false,
  "scripts": {
    "build": "webpack --config webpack.config.js && npm run copy-tinymce",
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "copy-tinymce": "cp -a ./node_modules/tinymce ./dist/tinymce && cp -a ./langs ./dist/tinymce/langs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ludens-reklamebyra/rubics-editor.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ludens-reklamebyra/rubics-editor/issues"
  },
  "homepage": "https://github.com/ludens-reklamebyra/rubics-editor#readme",
  "devDependencies": {
    "@chromatic-com/storybook": "^3.2.2",
    "@storybook/addon-essentials": "^8.4.7",
    "@storybook/addon-interactions": "^8.4.7",
    "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
    "@storybook/blocks": "^8.4.7",
    "@storybook/html": "^8.4.7",
    "@storybook/html-webpack5": "^8.4.7",
    "@storybook/test": "^8.4.7",
    "copy-webpack-plugin": "^13.0.1",
    "storybook": "^8.4.7",
    "ts-loader": "^9.5.1",
    "typescript": "^5.7.2",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "tinymce": "^7.8.0"
  }
}
