gregory-jagermeister_Fantas.../package.json

39 lines
1.2 KiB
JSON
Raw Normal View History

2023-01-28 13:37:25 +00:00
{
"name": "fantasy-content-generator",
2023-04-04 02:25:54 +00:00
"version": "1.2.2",
"description": "A Fantasy Content Generator For all your TTRPG Needs",
2023-01-28 13:37:25 +00:00
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
2023-02-19 10:18:34 +00:00
"build": "tsc -noEmit -skipLibCheck && node prod.esbuild.config.mjs production && copy manifest.json fantasy-content-generator && copy styles.css fantasy-content-generator && zip-build fantasy-content-generator builds",
2023-01-28 13:37:25 +00:00
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
2023-01-28 13:37:25 +00:00
"@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",
2023-02-18 02:14:05 +00:00
"typescript": "4.7.4",
"zip-build": "^1.8.0"
},
"dependencies": {
2023-02-17 23:45:22 +00:00
"@codemirror/autocomplete": "^6.4.1",
"@codemirror/commands": "^6.2.1",
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/lint": "^6.1.1",
"@codemirror/stream-parser": "^0.19.9",
"fantasy-content-generator": "^4.9.1",
"fantasy-name-generator": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
2023-01-28 13:37:25 +00:00
}
}