-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.61 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
{
"name": "obsidian-idorecall-plugin",
"version": "1.0.0",
"description": "IDR plugin allow you to create recalls from Obsidian notes",
"main": "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",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@codemirror/language": "^6.3.0",
"@types/node": "^14.14.37",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"builtin-modules": "3.3.0",
"esbuild": "^0.17.17",
"esbuild-sass-plugin": "^2.9.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"formik": "^2.4.1",
"froala-editor": "^4.1.1",
"froala-syntax-highlighter": "^0.0.2-4",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"obsidian": "latest",
"prettier": "2.8.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-froala-wysiwyg": "^4.1.1",
"react-router-dom": "^6.12.1",
"tslib": "2.4.0",
"typescript": "^5.1.3",
"zustand": "^4.3.8"
}
}