package-lock.json 665 字节
Newer Older
C
chenjianxing 已提交
1
{
C
chenjianxing 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15
  "requires": true,
  "lockfileVersion": 1,
  "dependencies": {
    "@ckeditor/ckeditor5-build-classic": {
      "version": "18.0.0",
      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-build-classic/-/ckeditor5-build-classic-18.0.0.tgz",
      "integrity": "sha512-7nyaDU5sUSl+7wXPwr0d5bOlO2e0LRQh2iJJCJfAjjuUESwtiBGoFC+Ql5dEht0xlfARoSWQMlkUvGuHOVja7A=="
    },
    "@ckeditor/ckeditor5-vue": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-vue/-/ckeditor5-vue-1.0.1.tgz",
      "integrity": "sha512-4MaQwZ04cWwqYW0732sg2aqx9ILeHIP0LSLKUuLCLR21qYONZPvxY/V/czh1DH99toaL/iwPvEoJtO2ldriPaA=="
    }
  }
C
chenjianxing 已提交
16
}