-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.51 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.51 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
{
"name": "o2any-obsdian",
"version": "1.0.2",
"description": "Render notes and publish to WeChat MP.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build-old": "node src/assets/css/build-template-css.js && tsc -noEmit && node esbuild.config.mjs production",
"build": "tsc -noEmit && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test:theme": "ts-node src/theme/test.ts",
"test:ds": "ts-node src/theme/ds-theme.ts",
"hello": "ts-node themes/hello.ts"
},
"keywords": [],
"author": "张雨帆",
"license": "MIT",
"devDependencies": {
"@types/css": "^0.0.38",
"@types/dom-to-image": "^2.6.7",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.15.21",
"@types/pouchdb-core": "^7.0.15",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"esbuild-css-modules-plugin": "^3.1.2",
"eslint": "^9.15.0",
"i18next-scanner": "^4.6.0",
"obsidian": "^1.7.2",
"ts-node": "^10.9.2",
"tslib": "2.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.35.0",
"@popperjs/core": "^2.11.8",
"@types/pouchdb": "^6.4.2",
"css": "^3.0.0",
"css-select": "^5.1.0",
"i18next": "^24.2.0",
"jsdom": "^26.1.0",
"marked": "^15.0.0",
"pouchdb-browser": "^9.0.0",
"pouchdb-find": "^9.0.0"
}
}