This repository was archived by the owner on Oct 1, 2025. It is now read-only.
forked from daledesilva/obsidian_ink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
49
50
51
52
53
{
"name": "obsidian_ink",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"test": "jest",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@types/node": "^16.11.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"babel-jest": "^29.7.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"esbuild-plugin-svg": "^0.1.0",
"esbuild-svgr-plugin": "^0.2.0",
"jest": "^29.7.0",
"obsidian": "latest",
"ts-node": "^10.9.2",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"@reduxjs/toolkit": "^2.1.0",
"@tldraw/assets": "^2.4.3",
"@tldraw/tldraw": "^2.4.3",
"canvg": "^4.0.1",
"classnames": "^2.5.1",
"esbuild-plugin-copy": "^2.0.1",
"esbuild-sass-plugin": "^2.4.4",
"jotai": "^2.9.3",
"nanoid": "^5.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-inlinesvg": "^4.1.3",
"react-redux": "^9.1.0",
"semver": "^7.6.2"
}
}