@wangeditor-next/code-highlight
Version:
wangEditor code-highlight module
58 lines • 1.69 kB
JSON
{
"name": "@wangeditor-next/code-highlight",
"version": "1.3.36",
"description": "wangEditor code-highlight module",
"author": "cycleccc <2991205548@qq.com>",
"type": "module",
"homepage": "https://github.com/wangeditor-next/wangeditor-next#readme",
"license": "MIT",
"types": "dist/code-highlight/src/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"types": "./dist/code-highlight/src/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./dist/css/style.css": "./dist/css/style.css"
},
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangeditor-next/wangEditor-next.git"
},
"bugs": {
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
},
"peerDependencies": {
"@wangeditor-next/core": "1.7.39",
"dom7": "^3.0.0 || ^4.0.0",
"slate": "^0.82.0",
"snabbdom": "^3.6.0"
},
"dependencies": {
"prismjs": "^1.23.0"
},
"devDependencies": {
"@types/prismjs": "^1.16.5"
},
"scripts": {
"test": "jest",
"test-c": "jest --coverage",
"dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
"dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
"build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
"dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js",
"size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js"
}
}