Initial commit... a site is born (again? finally?)
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "mifi-ventures-landing",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user