Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
528 B
Text
23 lines
528 B
Text
{
|
|
"name": "@paulirish/trace_engine",
|
|
"version": "0.0.59",
|
|
"description": "",
|
|
"main": "models/trace/trace.js",
|
|
"scripts": {
|
|
"test": "node --test && npm run type-check",
|
|
"type-check": "tsc --build ./tsconfig.json",
|
|
"prepublishOnly": "npm test"
|
|
},
|
|
"type": "module",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"third-party-web": "latest",
|
|
"legacy-javascript": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.6.2",
|
|
"@types/node": "latest"
|
|
}
|
|
}
|