-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
133 lines (133 loc) · 4.06 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "obsidian-invio",
"version": "0.7.31",
"description": "Publish your obsidian docs online.",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"assets-bundle": "node esbuild.assets.config.mjs",
"format": "npx prettier --write .",
"release-patch": "pnpm version patch --tag-version-prefix ''",
"version": "node bump.mjs && git add manifest.json versions.json && git commit -m 'Version update'",
"clean": "npx rimraf main.js",
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'"
},
"browser": {
"path": "path-browserify",
"process": "process/browser",
"stream": "stream-browserify",
"crypto": "crypto-browserify",
"url": "url/"
},
"source": "main.ts",
"keywords": [],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@microsoft/microsoft-graph-types": "^2.19.0",
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/diff": "^5.0.8",
"@types/js-beautify": "^1.13.3",
"@types/jsdom": "^16.2.14",
"@types/lodash": "^4.14.182",
"@types/mime-types": "^2.1.1",
"@types/mocha": "^9.1.1",
"@types/mustache": "^4.1.2",
"@types/node": "^17.0.30",
"@types/qrcode": "^1.4.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "^3.2.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"css-minify": "^2.0.0",
"dotenv": "^16.0.0",
"downloadjs": "^1.4.7",
"electron": "^18.3.15",
"esbuild": "0.14.47",
"esbuild-css-modules-plugin": "^2.7.1",
"esbuild-sass-plugin": "2.4.2",
"fs-extra": "^11.1.1",
"html-to-image": "^1.11.11",
"jsdom": "^19.0.0",
"mocha": "^9.2.2",
"prettier": "^2.6.2",
"sass": "^1.69.5",
"ts-loader": "^9.2.9",
"ts-node": "^10.7.0",
"tslib": "2.4.0",
"typescript": "4.7.4",
"webdav-server": "^2.6.2"
},
"dependencies": {
"@aws-sdk/client-s3": "3.398.0",
"@aws-sdk/client-sts": "3.398.0",
"@aws-sdk/fetch-http-handler": "3.78.0",
"@aws-sdk/lib-storage": "3.81.0",
"@aws-sdk/protocol-http": "3.78.0",
"@aws-sdk/querystring-builder": "3.78.0",
"@aws-sdk/signature-v4-crt": "3.78.0",
"@aws-sdk/types": "3.78.0",
"@azure/msal-node": "^1.8.0",
"@fyears/tsqueue": "^1.0.1",
"@microsoft/microsoft-graph-client": "^3.0.2",
"@types/js-beautify": "^1.13.3",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"acorn": "^8.7.1",
"aggregate-error": "^4.0.0",
"antd": "^5.11.4",
"assert": "^2.0.0",
"aws-crt": "^1.12.1",
"buffer": "^6.0.3",
"builtin-modules": "3.3.0",
"classnames": "^2.3.2",
"crypto-browserify": "^3.12.0",
"diff": "^5.1.0",
"diff2html": "^3.4.45",
"dropbox": "^10.28.0",
"electron": "^18.3.15",
"emoji-regex": "^10.1.0",
"http-status-codes": "^2.2.0",
"js-beautify": "^1.14.7",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"loglevel": "1.8.0",
"lucide": "^0.256.0",
"lucide-react": "^0.259.0",
"mime-types": "^2.1.35",
"mustache": "^4.2.0",
"nanoid": "^3.3.3",
"node-machine-id": "^1.1.12",
"obsidian": "^1.2.8",
"p-queue": "^7.2.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"qrcode": "^1.5.0",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rfc4648": "^1.5.1",
"rimraf": "^3.0.2",
"shortid": "^2.2.16",
"stream-browserify": "^3.0.0",
"tencent-cos-sdk-nodejs-v5": "github:walkthunder/cos-nodejs-sdk-v5",
"tslib": "2.4.0",
"typescript": "4.5.5",
"upath": "^2.0.1",
"url": "^0.11.0",
"util": "^0.12.4",
"uuid": "^9.0.0",
"webdav": "^4.9.0",
"webdav-fs": "^4.0.1",
"xregexp": "^5.1.0",
"zustand": "^4.3.9"
}
}