{
  "name": "snb-components",
  "version": "1.3.0",
  "description": "Summernote bricks components",
  "main": "dist/snb-components.min.js",
  "keywords": [
    "summernote heading",
    "summernote title",
    "summernote h1",
    "summernote h2",
    "summernote module",
    "summernote plugin"
  ],
  "homepage": "https://github.com/eissasoubhi/SNB-components#readme",
  "devDependencies": {
    "@types/jquery": "^3.5.14",
    "@types/react": "^18.0.5",
    "@types/react-dom": "^18.0.2",
    "@types/summernote": "^0.8.7",
    "http-serve": "^1.0.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "ts-loader": "^9.2.8",
    "typescript": "^4.6.3",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.9.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eissasoubhi/SNB-components"
  },
  "scripts": {
    "start": "node node_modules/http-serve/bin/http-serve -a 127.0.0.1 -p 9096",
    "build": "webpack --mode=production",
    "dev": "webpack --mode development --watch"
  },
  "author": "Eissa Soubhi <eissa.soubhi@gmail.com> (http://eissa-soubhi.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eissasoubhi/SNB-components/issues"
  }
}
