mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "obsidian-excalidraw-plugin",
|
|
"version": "1.0.4",
|
|
"description": "This is an Obsidian.md plugin that lets you view and edit Excalidraw drawings",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development rollup --config rollup.config.js -w",
|
|
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@excalidraw/excalidraw": "0.7.0",
|
|
"aakansha-excalidraw": "0.7.0-draft",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-scripts": "4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.3",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@rollup/plugin-babel": "5.3.0",
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-typescript": "^6.0.0",
|
|
"@types/node": "^14.14.2",
|
|
"@types/react-dom": "^17.0.0",
|
|
"cross-env": "7.0.3",
|
|
"obsidian": "https://github.com/obsidianmd/obsidian-api/tarball/master",
|
|
"postcss": "^8.2.6",
|
|
"rollup": "2.45.2",
|
|
"rollup-plugin-copy": "3.4.0",
|
|
"rollup-plugin-minify": "1.0.3",
|
|
"rollup-plugin-postcss": "^4.0.0",
|
|
"rollup-plugin-visualizer": "^5.4.1",
|
|
"tslib": "^2.0.3",
|
|
"typescript": "^4.0.3",
|
|
"webpack-bundle-analyzer": "^4.4.1"
|
|
}
|
|
}
|