45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "Editing Toolbar",
|
|
"version": "2.0.4",
|
|
"description": "The Editing Toolbar is modified from cmenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.",
|
|
"main": "main.js",
|
|
"repository": "https://github.com/cumany/obsidian-editing-toolbar",
|
|
"scripts": {
|
|
"dev": "rollup --config rollup.config.js -w",
|
|
"build": "rollup --config rollup.config.js --environment BUILD:production"
|
|
},
|
|
"keywords": [],
|
|
"author": "Cuman",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/feather-icons": "^4.7.0",
|
|
"@types/node": "^14.17.6",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/sortablejs": "^1.10.7",
|
|
"obsidian": "^0.15.0",
|
|
"rollup": "^2.56.3",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-watch": "^4.3.1",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.4.2",
|
|
"typings": "^2.1.1"
|
|
},
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"ts"
|
|
],
|
|
"dependencies": {
|
|
"feather-icons": "^4.28.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dom-server": "0.0.5",
|
|
"react-icons": "^4.2.0",
|
|
"remixicon": "^2.5.0",
|
|
"sortablejs": "^1.14.0",
|
|
"terser": "^5.15.0"
|
|
}
|
|
}
|