mirror of
https://github.com/sechan100/daily-routine-2.git
synced 2026-07-22 12:00:31 +00:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "daily-routine-obsidian-plugin",
|
|
"version": "1.0.1",
|
|
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"local": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs local",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.7",
|
|
"@types/node": "^16.11.6",
|
|
"@types/react": "^18.3.8",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "^0.24.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"clsx": "^2.1.1",
|
|
"esbuild-sass-plugin": "^3.3.1",
|
|
"eslint-plugin-react": "^7.37.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"lodash": "^4.17.21",
|
|
"npm": "^10.8.3",
|
|
"react": "^18.3.1",
|
|
"react-calendar": "^5.0.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dnd-multi-backend": "^8.0.3",
|
|
"react-dnd-touch-backend": "^16.0.1",
|
|
"react-dom": "^18.3.1",
|
|
"sass": "^1.79.4",
|
|
"swiper": "^11.1.14",
|
|
"zustand": "^5.0.0-rc.2"
|
|
}
|
|
}
|