generated from Quorafind/Obsidian-Custom-Plugin-Starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.22 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "pdf-annotator",
"version": "1.0.1",
"description": "Simple PDF Annotator",
"main": "main.js",
"scripts": {
"lint": "eslint . --ext .ts",
"dev": "npm run lint && vite build --watch --mode development",
"build": "vite build",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@types/node": "^16.11.6",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "5.29.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.0",
"babel-loader": "^9.1.0",
"builtin-modules": "3.3.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"esbuild": "0.14.47",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"file-loader": "^6.2.0",
"image-minimizer-webpack-plugin": "^3.2.3",
"imagemin": "^8.0.1",
"monkey-around": "^3.0.0",
"postcss": "^8.3.11",
"postcss-loader": "^7.0.0",
"prettier": "^3.3.2",
"raw-loader": "^4.0.2",
"sass": "^1.50.1",
"sass-lint": "^1.13.1",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.2.5",
"tslib": "2.4.0",
"typescript": "4.7.4",
"typescript-eslint": "^7.15.0",
"url-loader": "^4.1.1",
"vite": "5.2.6"
},
"dependencies": {
"antd": "^5.15.3",
"esbuild": "0.14.47",
"konva": "^9.3.6",
"obsidian": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "2.4.0",
"typescript": "4.7.4",
"web-highlighter": "^0.7.4"
}
}