18 lines
489 B
JSON
18 lines
489 B
JSON
{
|
|
"name": "mifi-ventures-landing",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"repository": "https://git.mifi.dev/mifi-ventures/landing.git",
|
|
"packageManager": "pnpm@9.15.0",
|
|
"description": "mifi Ventures landing site — static build with critical CSS inlining",
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"preview": "npx serve dist",
|
|
"dev": "live-server site --port=3000 --open=/"
|
|
},
|
|
"devDependencies": {
|
|
"critters": "^0.0.24",
|
|
"live-server": "^1.2.2"
|
|
}
|
|
}
|