-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 725 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 725 Bytes
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
{
"name": "logseq-hypothesis",
"version": "0.2.4",
"main": "dist/index.html",
"author": "c6p",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"preinstall": "npx only-allow pnpm",
"format": "prettier --write **/*.{js,jsx,ts,tsx,vue}"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.35",
"axios": "^0.21.4",
"core-js-pure": "^3.22.5",
"fuse.js": "^6.6.2",
"vue": "^2.6.14",
"vue-select": "^3.18.3"
},
"devDependencies": {
"prettier": "^2.6.2",
"vite": "^2.9.9",
"vite-plugin-vue2": "^1.9.3",
"vue-template-compiler": "^2.6.14"
},
"logseq": {
"id": "c6p_logseq-hypothesis",
"icon": "./icon.svg"
}
}