initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "softvowels",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "SoftVowels — a premium tech publication. Astro frontend + PayloadCMS backend.",
|
||||
"packageManager": "[email protected]",
|
||||
"engines": {
|
||||
"node": ">=20.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "pnpm --filter web dev",
|
||||
"dev:web": "pnpm --filter web dev",
|
||||
"dev:cms": "pnpm --filter cms dev",
|
||||
"build": "pnpm --filter web build",
|
||||
"build:web": "pnpm --filter web build",
|
||||
"build:cms": "pnpm --filter cms build",
|
||||
"preview": "pnpm --filter web preview",
|
||||
"lint": "pnpm -r lint",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,astro,md,mdx,json,css}\"",
|
||||
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,astro,md,mdx,json,css}\"",
|
||||
"typecheck": "pnpm --filter web typecheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "3.3.3",
|
||||
"prettier-plugin-astro": "0.14.1",
|
||||
"prettier-plugin-tailwindcss": "0.6.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user