generated from Quorafind/Obsidian-Svelte-Starter
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (37 loc) · 1.25 KB
/
package.json
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
{
"name": "obsidian-table-generator",
"version": "1.4.1",
"description": "A plugin for generate markdown table quickly like Typora /card table in canvas .",
"main": "main.js",
"scripts": {
"lint": "eslint . --ext .ts",
"dev": "npm run lint && vite build --watch --mode=development",
"build": "npx svelte-check && vite build --mode=production",
"bumpversion": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"License": "GPL-3.0-or-later",
"author": "Quorafind",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.7",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"eslint": "^8.19.0",
"eslint-plugin-svelte3": "^4.0.0",
"obsidian": "latest",
"svelte": "^3.50.1",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "2.4.0",
"typescript": "4.8.3",
"vite": "4.4.8",
"monkey-around": "^2.3.0"
},
"dependencies": {
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.16.0"
}
}