-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "nostrsite",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && node inject-dynamic-scope.cjs",
"preview": "vite preview"
},
"author": "",
"license": "MIT",
"dependencies": {
"@nostr-dev-kit/ndk": "^2.7.1",
"@tryghost/tpl": "^0.1.29",
"cheerio": "^1.0.0-rc.12",
"dexie": "^4.0.7",
"libnostrsite": "file:../libnostrsite",
"lodash-es": "^4.17.21",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/path-browserify": "^1.0.2",
"@vite-pwa/assets-generator": "^0.2.4",
"rollup-plugin-analyzer": "^4.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.20.0",
"vite-tsconfig-paths": "^4.3.2",
"workbox-core": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
}
}