-
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) · 789 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 789 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": "astro-document-renderer",
"private": false,
"version": "1.0.1",
"type": "module",
"homepage": "https://github.com/ArcoMul/astro-document-renderer",
"scripts": {
"build": "tsc",
"test": "vitest"
},
"exports": {
".": "./index.ts"
},
"files": [
"src",
"index.ts"
],
"devDependencies": {
"@keystone-6/core": "^6.5.1",
"@keystone-6/document-renderer": "^1.1.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@vitejs/plugin-react": "^4.6.0",
"astro": "^5.11.0",
"jsdom": "^26.1.0",
"prettier": "^3.6.2",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vitest": "^3.2.4"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0",
"@keystone-6/core": "^6.0.0"
}
}