-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "logseq-plugin-block-transformer",
"version": "1.2.2",
"description": "a plugin to transform block in logseq",
"main": "dist/index.html",
"targets": {
"main": false
},
"default": "dist/index.html",
"scripts": {
"dev": "webpack serve --mode development --config webpack.config.js",
"build": "webpack --mode production --config webpack.config.js"
},
"keywords": [],
"author": "@JuniverseCoder",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@logseq/libs": "^0.0.15",
"@types/lodash": "^4.14.198",
"@types/react-dom": "^18.2.7",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"parcel": "^2.9.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"logseq": {
"id": "logseq-plugin-block-transformer"
},
"dependencies": {
"antd": "^5.8.6",
"clean-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.5.3",
"lodash": "^4.17.21",
"react-dom": "^18.2.0",
"react-use": "^17.6.0"
}
}