-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
60 lines (60 loc) · 1.85 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
{
"name": "svelte-nostroid2",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"prepare": "husky install",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"postinstall": "node scripts/patch.mjs"
},
"devDependencies": {
"@playwright/test": "^1.25.2",
"@rollup/plugin-json": "^4.1.0",
"@sveltejs/kit": "1.0.0-next.480",
"@types/cookie": "^0.5.1",
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vite-pwa/sveltekit": "file:vite-pwa-sveltekit-0.13.0.tgz",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.2",
"svelte-dnd-action": "^0.9.20",
"svelte-preprocess": "^4.10.7",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.13.1"
},
"type": "module",
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@fontsource/fira-mono": "^4.5.9",
"@rollup/plugin-inject": "^4.0.4",
"@sveltejs/adapter-static": "^1.0.0-next.42",
"buffer": "^6.0.3",
"cookie": "^0.4.2",
"dexie": "^3.2.2",
"events": "^3.3.0",
"marked": "^4.1.0",
"nostr-tools": "^0.24.1",
"process": "^0.11.10",
"svelte-markdown": "^0.2.3"
}
}