-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
39
40
41
42
{
"name": "obsidian-ftvkyo",
"version": "0.1.0",
"description": "Personal workflow overhaul for better planning and note management.",
"main": "out/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": [
"obsidian",
"plugin",
"planning",
"overhaul"
],
"author": "ftvkyo",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"builtin-modules": "4.0.0",
"esbuild": "0.23.1",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "^9.9.1",
"obsidian": "latest",
"postcss": "^8.4.42",
"postcss-modules": "^6.0.0",
"tslib": "2.7.0",
"typescript": "5.5.4"
},
"dependencies": {
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13"
},
"packageManager": "[email protected]"
}