summaryrefslogtreecommitdiffstats
path: root/assets/admin/lib/package.json
blob: 8375cfae6a58f27fb38e4e86b2c0c711bf21481e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "scripts": {
    "build": "bun build build.js --outdir=dist --format=esm --splitting --minify"
  },
  "dependencies": {
    "@editorjs/editorjs": "^2.30.0",
    "@editorjs/header": "^2.8.0",
    "@editorjs/paragraph": "^2.11.0",
    "@editorjs/list": "^2.0.0",
    "@editorjs/code": "^2.9.0",
    "@editorjs/quote": "^2.7.0",
    "@editorjs/image": "^2.10.0"
  }
}