mirror of
https://github.com/catppuccin/remnote.git
synced 2026-02-23 00:01:16 +08:00
- Added themeDetection module to handle automatic theme switching based on appearance changes. - Enhanced themeUtils with utility functions for color manipulation and detection. - numerous, various refactor for readability
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"name": "ctp-remnote-plugin",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"check-types": "tsc",
|
|
"dev": "cross-env NODE_ENV=development webpack-dev-server --color --progress --no-open",
|
|
"build": "npx remnote-plugin validate && shx rm -rf dist && cross-env NODE_ENV=production webpack --color --progress && shx cp README.md dist && cd dist && bestzip ../PluginZip.zip ./*"
|
|
},
|
|
"dependencies": {
|
|
"@catppuccin/palette": "^0.2.0",
|
|
"@remnote/plugin-sdk": "0.0.46",
|
|
"@types/less": "^3.0.3",
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"tinycolor2": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
"@types/node": "^18.0.3",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-dom": "^17.0.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"bestzip": "^2.2.1",
|
|
"concurrently": "^7.2.2",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.1",
|
|
"esbuild-loader": "^2.19.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"postcss": "^8.4.14",
|
|
"postcss-import": "^14.1.0",
|
|
"postcss-loader": "^7.0.0",
|
|
"react-refresh": "^0.14.0",
|
|
"shx": "^0.3.4",
|
|
"tailwindcss": "^3.1.5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.9.3"
|
|
}
|
|
}
|