dashersupply/package.json

68 lines
1.8 KiB
JSON

{
"name": "dashersupply",
"type": "module",
"version": "0.2.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"catalog": "bun run src/apps/catalog/catalog.ts",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"ts-node": "node --loader ts-node",
"server": "node --loader ts-node/esm run-server.mts",
"webhooks": "bun run src/apps/squidex-webhooks.ts"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.3",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@fastify/middie": "^8.3.1",
"@fastify/static": "^7.0.4",
"@squidex/squidex": "^1.2.1",
"@strapi/blocks-react-renderer": "^1.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"amazon-pa-api5-node-ts": "^2.3.2",
"astro": "^4.14.2",
"axios": "^1.7.4",
"bootstrap": "^5.3.3",
"cheerio": "*",
"commander": "^12.1.0",
"crawlee": "^3.0.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"fastify": "^4.28.1",
"luxon": "^3.5.0",
"markdown-it": "^14.0.0",
"markdown-it-attrs": "^4.1.6",
"memfs": "^4.11.1",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"ollama": "^0.5.8",
"playwright": "*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"slugify": "^1.6.6",
"swiper": "^11.1.4",
"vite": "^5.3.5",
"vite-plugin-commonjs": "^0.10.1",
"vitest": "^2.0.3"
},
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"@types/jquery": "^3.5.30",
"@types/luxon": "^3.4.2",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it-attrs": "^4.1.3",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.4.0",
"typescript": "^5.5.3"
}
}