31 lines
697 B
JSON
31 lines
697 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",
|
|
"astro": "^4.11.5",
|
|
"bootstrap": "^5.3.3",
|
|
"cheerio": "*",
|
|
"crawlee": "^3.0.0",
|
|
"playwright": "*",
|
|
"markdown-it": "^14.0.0",
|
|
"markdown-it-attrs": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@apify/tsconfig": "^0.1.0",
|
|
"@types/node": "^20.0.0",
|
|
"@types/markdown-it": "^14.1.1",
|
|
"@types/markdown-it-attrs": "^4.1.3",
|
|
"tsx": "^4.4.0",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|