-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "logseq-focus-mode",
"version": "1.0.3",
"description": "A Focus mode plugin for Logseq.",
"main": "dist/index.html",
"author": "Seth Fair",
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --watch --mode=development",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@logseq/libs": "latest"
},
"logseq": {
"icon": "./icon.png",
"id": "logseq-focus-mode"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"parcel-bundler": "^1.12.5",
"style-loader": "^3.3.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
},
"browserslist": [
"chrome 80"
]
}