mirror of
https://github.com/r-cramer4/Periodic-Table-Obsidian.git
synced 2026-07-22 09:00:25 +00:00
31 lines
854 B
JSON
31 lines
854 B
JSON
{
|
|
"name": "periodic-table",
|
|
"version": "1.0.0",
|
|
"description": "This is a plugin to display the periodic table",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.2",
|
|
"@types/react-dom": "^19.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"builtin-modules": "3.3.0",
|
|
"eslint": "^8.48.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"esbuild": "0.19.2",
|
|
"fitty": "^2.3.7",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|