Polestar/test/package.json

24 lines
514 B
JSON
Raw Normal View History

2024-08-15 20:39:49 -05:00
{
"name": "test",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/node": "^8.3.3",
2024-08-22 02:42:13 -05:00
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.8.0",
"astro": "^4.14.2",
"astro-tooltips": "^0.6.2",
"sass-embedded": "^1.77.8",
"typescript": "^5.5.4",
"vue": "^3.4.38"
2024-08-15 20:39:49 -05:00
}
2024-08-22 02:42:13 -05:00
}