AstroCol/package.json

33 lines
755 B
JSON

{
"name": "",
"type": "commonjs",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "jest --silent && playwright test"
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"@iconify-json/mdi": "^1.1.64",
"argon2": "^0.40.1",
"astro": "^4.5.10",
"astro-icon": "^1.1.0",
"mongodb": "^6.2.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/jest": "^29.5.12",
"@types/node": "^22.13.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"jest-html-reporter": "^4.0.1",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2"
}
}