-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.79 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.79 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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"op": "op --account my.1password.eu run --no-masking --env-file=\"./1password.env\" -- pnpm",
"make:lists-public-read": "node scripts/make-items-public-read.js"
},
"dependencies": {
"@astrojs/vercel": "^9.0.2",
"@astrojs/vue": "^5.1.3",
"@sentry/astro": "^10.27.0",
"@sentry/vite-plugin": "^4.5.0",
"@sentry/vue": "^10.22.0",
"@splidejs/vue-splide": "^0.6.12",
"appwrite": "^21.2.1",
"astro": "^5.16.2",
"cheerio": "^1.1.2",
"dotenv": "^16.4.5",
"mime-types": "^3.0.2",
"pinia": "^3.0.3",
"sass": "^1.93.2",
"uuid": "^13.0.0",
"vite-plugin-vuetify": "^2.1.2",
"vue": "^3.5.25",
"vue-markdown-render": "^2.2.1",
"vue-router": "^4.3.3",
"vuetify": "^3.11.0"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@mdi/js": "^7.4.47",
"@rushstack/eslint-patch": "^1.14.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.38.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^10.5.1",
"globals": "^16.0.0",
"node-appwrite": "^20.3.0",
"prettier": "^3.6.2",
"vite": "^5.4.21"
},
"pnpm": {
"overrides": {
"esbuild@<=0.24.2": ">=0.25.0",
"undici@<6.23.0": ">=6.23.0",
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"undici@<6.24.0": ">=6.24.0"
}
}
}