mirror of
https://github.com/sechan100/daily-routine-2.git
synced 2026-07-22 12:00:31 +00:00
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "daily-routine-obsidian-plugin",
|
|
"version": "1.0.2",
|
|
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs dev",
|
|
"test": "jest",
|
|
"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/jest": "^29.5.14",
|
|
"@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",
|
|
"eslint-plugin-fsd-import": "^0.0.13",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"obsidian": "latest",
|
|
"ts-jest": "^29.2.5",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/material": "^6.1.6",
|
|
"@popperjs/core": "^2.11.8",
|
|
"clsx": "^2.1.1",
|
|
"dedent": "^1.5.3",
|
|
"dotenv": "^16.4.7",
|
|
"eslint-plugin-react": "^7.37.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"neverthrow": "^8.1.1",
|
|
"npm": "^10.8.3",
|
|
"react": "^18.3.1",
|
|
"react-bem-helper": "^1.4.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",
|
|
"react-transition-group": "^4.4.5",
|
|
"swiper": "^11.1.14",
|
|
"zustand": "^5.0.0-rc.2"
|
|
}
|
|
}
|