package.json
499 Bytes
{
"name": "astro-wt",
"type": "module",
"exports": {
"./astro": "./lib/astro.ts",
"./htmt": "./lib/html.ts",
"./remote-content": "./lib/remote-content.ts"
},
"scripts": {
"dev": "astro dev"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"node-cache": "^5.1.2",
"parsel-js": "^1.1.2",
"ultrahtml": "^1.5.3"
},
"devDependencies": {
"@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.3.4",
"astro": "^4.8.7",
"react": "^18.3.1"
}
}