dashersupply/package.json

44 lines
1.1 KiB
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",
"test": "vitest"
},
"dependencies": {
"@astrojs/check": "^0.8.1",
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.1.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"amazon-pa-api5-node-ts": "^2.1.4",
"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": "*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swiper": "^11.1.4",
"vitest": "^2.0.3"
},
"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.3"
}
}