-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.94 KB
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
{
"name": "rwpod",
"description": "rwpod website",
"author": "Alexey Vasiliev",
"type": "module",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "pnpify run prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-astro --check src && eslint src/**/*.{js,mjs,astro,svelte} astro.config.mjs",
"format": "pnpify run prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-astro --write src"
},
"dependencies": {
"@astrojs/markdown-satteri": "^0.3.2",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/svelte": "^9.0.0",
"@hotwired/turbo": "^8.0.23",
"@iconify-json/mdi": "^1.2.3",
"@rollup/plugin-yaml": "^5.0.0",
"@vite-pwa/astro": "^1.2.0",
"astro": "^7.1.1",
"astro-icon": "^1.1.5",
"browserslist": "^4.28.4",
"dayjs": "^1.11.21",
"dom-serializer": "^3.1.1",
"flexsearch": "^0.8.212",
"html-to-text": "^10.0.0",
"lightningcss": "^1.32.0",
"lodash": "^4.18.1",
"marked": "^18.0.5",
"plyr": "^3.8.4",
"reseter.css": "^2.0.0",
"svelte": "^5.56.4",
"vite": "^8.1.5",
"vite-plugin-pwa": "^1.3.0",
"workbox-build": "^7.4.1",
"workbox-core": "^7.4.1",
"workbox-expiration": "^7.4.1",
"workbox-precaching": "^7.4.1",
"workbox-routing": "^7.4.1",
"workbox-strategies": "^7.4.1",
"workbox-window": "^7.4.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@yarnpkg/pnpify": "^4.1.6",
"astro-eslint-parser": "^1.4.0",
"eslint": "^10.6.0",
"eslint-plugin-astro": "^2.1.1",
"eslint-plugin-svelte": "^3.20.0",
"globals": "^17.7.0",
"prettier": "^3.8.5",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^4.1.1",
"sharp": "^0.35.2",
"shikiji-core": "^0.10.2",
"typescript": "^6.0.3"
},
"packageManager": "yarn@4.17.0"
}