-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "flowershow",
"version": "4.0.17",
"description": "Obsidian Flowershow plugin for publishing with Flowershow directly from your Obsidian vault.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "vitest run",
"test:watch": "vitest",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"release": "npm run build && node .github/scripts/create-release.mjs"
},
"keywords": [],
"author": "Flowershow",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "2.3.13",
"@changesets/cli": "^2.29.7",
"@types/luxon": "^3.7.1",
"@types/node": "^24.7.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"builtin-modules": "^5.0.0",
"esbuild": "^0.27.2",
"obsidian": "^1.10.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vitest": "^3.0.0"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@mui/x-tree-view": "^8.14.0",
"@octokit/core": "^7.0.5",
"@octokit/rest": "^22.0.0",
"@sindresorhus/slugify": "^3.0.0",
"axios": "^1.12.2",
"github-slugger": "^2.0.0",
"luxon": "^3.7.2",
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}