1
Fork 0
This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
astro-authorizer-template/package.json
2024-04-03 21:49:17 -04:00

17 lines
No EOL
358 B
JSON

{
"name": "astro-authorizer-template",
"type": "module",
"version": "0.0.3",
"scripts": {
"start": "astro dev"
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"@astrojs/vue": "^4.0.10",
"@authorizerdev/authorizer-js": "^2.0.2",
"@iconoir/vue": "^7.5.0",
"add": "^2.0.6",
"astro": "^4.5.15",
"sass": "^1.72.0"
}
}