-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.12 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.12 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
65
66
67
68
69
{
"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 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.17",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/svelte": "8.0.0",
"@hotwired/turbo": "8.0.23",
"@iconify-json/mdi": "^1.2.3",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^1.2.0",
"astro": "^6.0.4",
"astro-icon": "1.1.5",
"dayjs": "^1.11.20",
"dom-serializer": "^2.0.0",
"flexsearch": "^0.8.212",
"html-to-text": "^9.0.5",
"lodash": "^4.18.1",
"marked": "^17.0.4",
"plyr": "^3.8.4",
"postcss": "8.5.8",
"postcss-import": "16.1.1",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "11.2.0",
"postcss-reporter": "7.1.0",
"rehype-external-links": "^3.0.0",
"reseter.css": "^2.0.0",
"svelte": "5.53.12",
"vite": "^8.0.5",
"vite-plugin-pwa": "^1.2.0",
"workbox-build": "^7.4.0",
"workbox-core": "^7.4.0",
"workbox-expiration": "^7.4.0",
"workbox-precaching": "^7.4.0",
"workbox-routing": "^7.4.0",
"workbox-strategies": "^7.4.0",
"workbox-window": "7.4.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@yarnpkg/pnpify": "^4.1.6",
"astro-eslint-parser": "1.3.0",
"eslint": "10.0.3",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-svelte": "^3.15.2",
"globals": "^17.4.0",
"node-addon-api": "^8.6.0",
"node-gyp": "^12.2.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.5.1",
"sharp": "0.34.5",
"shikiji-core": "^0.10.2",
"typescript": "^5.9.3"
},
"packageManager": "yarn@4.13.0"
}