31 lines
853 B
JSON
31 lines
853 B
JSON
|
|
{
|
||
|
|
"name": "kirby-code-editor",
|
||
|
|
"version": "1.0.3",
|
||
|
|
"description": "Code editor field for Kirby 3 and 4",
|
||
|
|
"main": "index.js",
|
||
|
|
"author": "Kirby Community",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git@github.com:sylvainjule/kirby-code-editor.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"dev": "kirbyup src/index.js --watch",
|
||
|
|
"build": "kirbyup src/index.js",
|
||
|
|
"lint": "eslint \"src/**/*.{js,vue}\"",
|
||
|
|
"lint:fix": "npm run lint -- --fix",
|
||
|
|
"format": "prettier --write \"src/**/*.{css,js,vue}\"",
|
||
|
|
"prepare": "node src/node/patchVuePrismEditor.mjs"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"consola": "^2.15.3",
|
||
|
|
"eslint": "^8.3.0",
|
||
|
|
"eslint-config-prettier": "^8.3.0",
|
||
|
|
"eslint-plugin-vue": "^8.1.1",
|
||
|
|
"kirbyup": "^0.21.1",
|
||
|
|
"prettier": "^2.5.0",
|
||
|
|
"prismjs": "^1.25.0",
|
||
|
|
"vue-prism-editor": "^1.3.0"
|
||
|
|
}
|
||
|
|
}
|