-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 855 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 855 Bytes
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
{
"name": "jsonapi-frontend-astro",
"type": "module",
"version": "1.0.0",
"description": "Astro starter for Drupal JSON:API with jsonapi_frontend",
"license": "GPL-2.0-or-later",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"smoke": "node scripts/smoke.mjs",
"test:e2e": "playwright test"
},
"dependencies": {
"@astrojs/vercel": "^9.0.2",
"@astrojs/node": "^9.4.4",
"@codewheel/jsonapi-frontend-client": "^1.0.7",
"astro": "^5.16.6",
"isomorphic-dompurify": "^2.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@playwright/test": "^1.51.1",
"typescript": "^5.0.0"
},
"overrides": {
"path-to-regexp": "6.3.0"
}
}