-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 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
61
62
63
64
65
66
67
68
{
"name": "rwpod",
"description": "rwpod website",
"author": "Alexey Vasiliev",
"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 postcss.config.js browserslist.config.js",
"format": "pnpify run prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-astro --write src"
},
"dependencies": {
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.3",
"@hotwired/turbo": "8.0.12",
"@iconify-json/mdi": "^1.2.2",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.5.0",
"astro": "^5.1.7",
"astro-icon": "1.1.5",
"dayjs": "^1.11.13",
"dom-serializer": "^2.0.0",
"flexsearch": "^0.7.43",
"gulp": "5.0.0",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
"mark.js": "^8.11.1",
"marked": "^15.0.6",
"plyr": "^3.7.8",
"postcss": "8.5.1",
"postcss-import": "16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "10.1.3",
"postcss-reporter": "7.1.0",
"rehype-external-links": "^3.0.0",
"reseter.css": "^2.0.0",
"svelte": "5.19.0",
"vite": "^6.0.9",
"vite-plugin-pwa": "^0.21.1",
"workbox-build": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "7.3.0"
},
"devDependencies": {
"@yarnpkg/pnpify": "^4.1.3",
"astro-eslint-parser": "1.1.0",
"eslint": "8.57.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-svelte": "^2.46.1",
"gray-matter": "4.0.3",
"minimist": "^1.2.8",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
"sharp": "0.33.5",
"shikiji-core": "^0.10.2",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
}