AstroCol/package.json

33 lines
755 B
JSON
Raw Normal View History

2023-10-12 21:26:26 +00:00
{
"name": "",
2024-06-01 13:58:57 +00:00
"type": "commonjs",
2023-10-12 21:26:26 +00:00
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
2024-06-01 13:58:57 +00:00
"astro": "astro",
2025-02-16 14:52:42 +00:00
"test": "jest --silent && playwright test"
2023-10-12 21:26:26 +00:00
},
"dependencies": {
2024-06-01 20:30:39 +00:00
"@astrojs/node": "^8.2.5",
2024-03-30 22:30:06 +00:00
"@iconify-json/mdi": "^1.1.64",
2024-03-27 21:51:41 +00:00
"argon2": "^0.40.1",
"astro": "^4.5.10",
2024-03-30 22:30:06 +00:00
"astro-icon": "^1.1.0",
"mongodb": "^6.2.0"
2024-06-01 13:58:57 +00:00
},
"devDependencies": {
2025-02-16 14:52:42 +00:00
"@playwright/test": "^1.50.1",
2024-06-01 13:58:57 +00:00
"@types/jest": "^29.5.12",
2025-02-16 14:52:42 +00:00
"@types/node": "^22.13.4",
2024-09-28 11:56:14 +00:00
"@vitejs/plugin-basic-ssl": "^1.1.0",
2024-06-01 13:58:57 +00:00
"dotenv": "^16.4.5",
"jest": "^29.7.0",
2025-02-16 14:52:42 +00:00
"jest-html-reporter": "^4.0.1",
2024-06-01 13:58:57 +00:00
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2"
2023-10-12 21:26:26 +00:00
}
}