xthecapx_Thecap-cv-generator/package.json
2025-02-19 11:08:48 -05:00

35 lines
941 B
JSON

{
"name": "@thecap-cv/obsidian",
"version": "1.0.0",
"private": true,
"description": "Generate PDF curriculum from your notes.",
"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": "Thecap",
"license": "",
"dependencies": {
"@react-pdf/renderer": "^4.1.6",
"lodash": "^4.17.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@thecap-cv/components": "workspace:*"
},
"devDependencies": {
"@types/lodash": "^4.17.14",
"@types/node": "^16.11.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "^0.19.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}