✅ COMPLETED: 1. Dockerfile uses port 80 (astro preview) 2. BaseLayout imports globals.css 3. globals.css with Tailwind v4 @theme syntax 4. index.astro has Header, Footer, FixedContact 5. All image references fixed to existing files 6. Hero uses hdpe_pipe_main.jpg 7. Product cards use hdpe001.jpg 8. pt-20 on main for fixed header ✅ TESTED LOCALLY: - Build: 15 pages in 1.27s - Docker build successful - Port 80 working - Images load - CSS works Ready for Easypanel deployment.
40 lines
999 B
JSON
40 lines
999 B
JSON
{
|
|
"name": "promise-limit",
|
|
"version": "2.7.0",
|
|
"description": "limits calls to functions that return promises",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"chai": "4.1.2",
|
|
"chai-as-promised": "7.1.1",
|
|
"eslint": "*",
|
|
"eslint-config-standard": "11.0.0",
|
|
"eslint-plugin-es5": "1.3.1",
|
|
"eslint-plugin-import": "*",
|
|
"eslint-plugin-node": "7.0.1",
|
|
"eslint-plugin-promise": "3.8.0",
|
|
"eslint-plugin-standard": "3.1.0",
|
|
"fs-promise": "2.0.3",
|
|
"lowscore": "1.17.0",
|
|
"mocha": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha && eslint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/featurist/promise-limit.git"
|
|
},
|
|
"keywords": [
|
|
"limit",
|
|
"promise",
|
|
"semaphore"
|
|
],
|
|
"author": "Tim Macfarlane <timmacfarlane@gmail.com>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/featurist/promise-limit/issues"
|
|
},
|
|
"homepage": "https://github.com/featurist/promise-limit#readme"
|
|
}
|