dashersupply/package.json

35 lines
818 B
JSON

{
"name": "dashersupply",
"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.8.1",
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.11.5",
"bootstrap": "^5.3.3",
"cheerio": "*",
"crawlee": "^3.0.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"markdown-it": "^14.0.0",
"markdown-it-attrs": "^4.1.6",
"playwright": "*"
},
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"@types/jquery": "^3.5.30",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it-attrs": "^4.1.3",
"@types/node": "^20.0.0",
"tsx": "^4.4.0",
"typescript": "^5.5.2"
}
}