-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.59 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
43
44
45
46
47
48
49
50
51
{
"name": "@aidenlx/cm-chs-patch",
"version": "1.12.0",
"description": "A patch for Obsidian's built-in CodeMirror Editor to support Simplified Chinese word splitting",
"private": true,
"scripts": {
"dev": "cross-env BUILD=dev node esbuild.config.mjs",
"check": "tsc --noEmit",
"build": "cross-env BUILD=production node esbuild.config.mjs",
"prettier": "prettier --write 'src/**/*.+(ts|tsx|json|html|css)'",
"eslint": "eslint . --ext .ts,.tsx --fix",
"release": "release-it"
},
"keywords": [],
"author": "AidenLx",
"license": "MIT",
"devDependencies": {
"@aidenlx/esbuild-plugin-obsidian": "^0.1.4",
"@aidenlx/eslint-config": "^2.0.5",
"@aidenlx/obsidian-plugin-bumper": "^0.1.3",
"@aidenlx/release-it-config": "^0.1.7",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@release-it/bumper": "^3.0.1",
"@release-it/conventional-changelog": "^4.1.0",
"@types/codemirror": "^5.60.5",
"@types/node": "^16.0.0",
"conventional-changelog-angular": "^5.0.13",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.15.10",
"eslint": "^8.25.0",
"jszip": "^3.10.1",
"obsidian": "0.16.3",
"release-it": "^17.0.3",
"semver": "^7.3.8",
"typescript": "^4.9.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"assert-never": "^1.2.1",
"cm6-view-src": "https://github.com/aidenlx/view/tarball/main",
"file-select-dialog": "^1.5.4",
"jieba-wasm": "^0.0.2",
"monkey-around": "^2.3.0"
}
}