generated from TCOTC/siyuan-css-hide-doc-tree-icon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.53 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.53 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
{
"name": "snippets",
"version": "1.0.0",
"description": "This is a snippets plugin for SiYuan (https://b3log.org/siyuan)",
"main": "index.js",
"scripts": {
"lint": "eslint . --fix --cache",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"keywords": [
"snippets",
"code",
"editor"
],
"author": "Jeffrey Chen",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"esbuild-loader": "^3.0.1",
"eslint": "^8.42.0",
"mini-css-extract-plugin": "2.3.0",
"sass": "^1.62.1",
"sass-loader": "^12.6.0",
"siyuan": "https://github.com/siyuan-note/petal.git#33abc16598872a6f711a4de2db7c9c077b7e5a94",
"tslib": "2.4.0",
"typescript": "4.7.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.2",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"@babel/runtime": "^7.28.2",
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/language": "^6.11.2",
"@codemirror/lint": "^6.8.5",
"@codemirror/search": "^6.5.11",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.38.1",
"@uiw/codemirror-theme-vscode": "^4.24.2",
"acorn": "^8.15.0",
"compare-versions": "^6.1.1"
}
}