-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.04 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.04 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
{
"name": "vmail",
"description": "vmail website",
"author": "Alexey Vasiliev",
"version": "0.1.0",
"license": "MIT",
"engines": {
"node": "18.12.1"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "pnpify run prettier --plugin prettier-plugin-svelte --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 --write src"
},
"dependencies": {
"@astrojs/svelte": "^8.0.5",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-html": "6.4.11",
"@codemirror/language": "6.12.3",
"@codemirror/state": "6.6.0",
"@codemirror/view": "^6.41.1",
"@hotwired/turbo": "8.0.23",
"@iconify-json/mdi": "^1.2.3",
"@lezer/common": "^1.5.2",
"@lezer/highlight": "^1.2.3",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^1.2.0",
"astro": "^6.1.8",
"astro-icon": "1.1.5",
"comlink": "^4.4.2",
"lodash": "4.18.1",
"normalize.css": "8.0.1",
"postcss": "8.5.10",
"postcss-import": "16.1.1",
"postcss-load-config": "^6.0.1",
"postcss-loader": "8.2.1",
"postcss-preset-env": "11.2.1",
"postcss-reporter": "7.1.0",
"rehype-external-links": "^3.0.0",
"svelte": "5.55.4",
"vite": "^7.3.2",
"vite-plugin-pwa": "^1.2.0",
"workbox-background-sync": "^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-webpack-plugin": "7.4.0",
"workbox-window": "7.4.0"
},
"devDependencies": {
"@yarnpkg/pnpify": "^4.1.6",
"astro-eslint-parser": "^1.4.0",
"eslint": "8.57.1",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-svelte": "^2.46.1",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"shikiji-core": "^0.10.2",
"typescript": "^6.0.3"
},
"packageManager": "yarn@4.14.1"
}