-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 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
{
"name": "libnostrsite",
"version": "1.0.104",
"description": "",
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"author": "",
"license": "MIT",
"dependencies": {
"@nostr-dev-kit/ndk": "^2.4.0",
"@tryghost/tpl": "^0.1.29",
"browser-hbs": "file:../browser-hbs",
"cheerio": "^1.0.0-rc.12",
"dexie": "^4.0.7",
"downsize-cjs": "^1.0.1",
"jsonpath": "^1.1.1",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"marked": "^14.0.0",
"marked-plaintify": "^1.1.0",
"nostr-tools": "^1.17.0",
"path-browserify": "^1.0.1",
"remark": "^15.0.1",
"remark-footnotes": "^4.0.1",
"slugify": "^1.6.6",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/path-browserify": "^1.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2"
}
}