log101-dot-dev/package.json
log101 5af2dd63c1
All checks were successful
/ Build (push) Successful in 1m2s
test: add cypress test
2024-06-13 16:57:22 +03:00

25 lines
564 B
JSON

{
"name": "log101-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "cypress run --browser chrome && cypress run --browser firefox"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.7.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"cypress": "^13.11.0",
"prettier": "3.2.5"
}
}