-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 2.04 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
{
"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": "^5.7.2",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/language": "6.10.3",
"@codemirror/state": "6.4.1",
"@codemirror/view": "^6.34.1",
"@hotwired/turbo": "8.0.12",
"@iconify-json/mdi": "^1.2.1",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.4.3",
"astro": "^4.16.8",
"astro-icon": "1.1.1",
"comlink": "^4.4.1",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-loader": "8.1.1",
"postcss-preset-env": "10.0.9",
"postcss-reporter": "7.1.0",
"rehype-external-links": "^3.0.0",
"svelte": "5.1.3",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"workbox-background-sync": "^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-webpack-plugin": "7.3.0",
"workbox-window": "7.3.0"
},
"devDependencies": {
"@yarnpkg/pnpify": "^4.1.3",
"astro-eslint-parser": "^1.0.3",
"eslint": "8.57.1",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-svelte": "^2.46.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"shikiji-core": "^0.10.2",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]"
}