mirror of
https://github.com/prodigist/ReactiveNotes.git
synced 2026-07-22 12:30:26 +00:00
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"name": "reactive-notes",
|
|
"version": "1.0.0",
|
|
"description": "Transform your Obsidian vault into a reactive computational environment with React components.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"buildsole": "node esbuild.config.mjs production",
|
|
"typecheck": "tsc -noEmit -skipLibCheck",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "Elias Noesis",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
|
|
"@babel/preset-react": "^7.25.9",
|
|
"@babel/preset-typescript": "^7.26.0",
|
|
"@babel/standalone": "^7.26.2",
|
|
"@types/d3": "^7.4.3",
|
|
"@types/d3-force": "^3.0.10",
|
|
"@types/node": "^16.11.6",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^4.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.10.6",
|
|
"@emotion/css": "^11.13.5",
|
|
"@lezer/common": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"d3": "^7.9.0",
|
|
"d3-force": "^3.0.0",
|
|
"dayjs": "^1.11.13",
|
|
"dotenv": "^16.4.7",
|
|
"force-graph": "^1.49.5",
|
|
"lightweight-charts": "^4.2.1",
|
|
"lucide-react": "^0.462.0",
|
|
"postcss": "^8.4.49",
|
|
"react": "^18.3.1",
|
|
"react-apexcharts": "^1.6.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-force-graph": "^1.46.0",
|
|
"recharts": "^2.13.3",
|
|
"shadcn": "^1.0.0",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss": "^3.4.16",
|
|
"yaml": "^2.6.1"
|
|
}
|
|
}
|