forked from vipzhicheng/logseq-plugin-move-block
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "logseq-plugin-copy-ref-to-journal",
"version": "0.0.2",
"license": "MIT",
"main": "index.html",
"logseq": {
"icon": "./icon.png",
"id": "_btkyl73sb"
},
"scripts": {
"start": "webpack serve --config=webpack.config.js --devtool=source-map --mode=development --port=3001",
"build": "webpack --config=webpack.config.js --devtool=source-map --mode=development",
"build:prod": "webpack --config=webpack.config.js --mode=production"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.0",
"eslint": "^8.1.0",
"eslint-webpack-plugin": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.3",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
},
"dependencies": {
"@logseq/libs": "0.0.1-alpha.29",
"date-fns": "^2.25.0"
}
}