forked from github-tijlxyz/wikinostr
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.04 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": "wikistr",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/debounce": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.15",
"svelte-check": "^3.4.3",
"svelte-eslint-parser": "^0.33.0",
"tailwindcss": "^3.3.2",
"tslib": "^2.6.2",
"vite": "^5.2.11"
},
"type": "module",
"dependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.9",
"dataloader": "^2.2.2",
"debounce": "^1.2.1",
"idb-keyval": "^6.2.1",
"mnemonist": "^0.39.8",
"nostr-tools": "^2.7.2",
"svelte-asciidoc": "^0.0.8"
}
}