generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.11 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
{
"name": "bygonz-logseq",
"version": "0.1.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preinstall": "npx only-allow pnpm"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.10",
"@multiformats/multiaddr": "^11.0.7",
"await-mutex": "^1.0.2",
"buffer": "^6.0.3",
"bygonz": "link:../ztax/src/bygonz",
"deep-object-diff": "^1.1.9",
"ipfs": "^0.65.0",
"ipfs-http-client": "^59.0.0",
"ipfs-log": "^5.4.2",
"keystore-idb": "^0.15.5",
"lodash-es": "^4.17.21",
"logger": "link:../ztax/src/logger",
"luxon": "^3.1.0",
"orbit-db": "^0.28.7",
"orbit-db-identity-provider": "^0.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-mixer": "^6.0.2"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/lodash-es": "^4.17.6",
"@types/luxon": "^3.1.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@vitejs/plugin-react": "2.2.0",
"autoprefixer": "10.4.13",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.27.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"postcss": "8.4.19",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"semantic-release": "19.0.5",
"tailwindcss": "3.2.4",
"typescript": "4.8.4",
"vite": "3.2.3",
"vite-plugin-global-polyfill": "github:PengBoUESTC/vite-plugin-global-polyfill",
"vite-plugin-logseq": "1.1.2"
},
"pnpm": {
"//docs": "https://pnpm.io/package_json",
"overrides": {
"uint8arrays": "^3"
}
},
"logseq": {
"id": "_bygonz",
"icon": "./logo.svg"
}
}