42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "mmbradley-home",
|
|
"private": "true",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "bash render.bash",
|
|
"build:targets": "npm run build:client && npm run build:server",
|
|
"build:client": "tsc -b && vite build --outDir dist/client",
|
|
"build:server": "tsc -b && vite build --outDir dist/server --ssr src/entry-server.tsx",
|
|
"lint": "npm run lint:tsc && npm run lint:eslint && npm run lint:prettier",
|
|
"lint:prettier": "prettier --check .",
|
|
"lint:eslint": "eslint .",
|
|
"lint:tsc": "tsc -b --noEmit",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@svgr/core": "^8.1.0",
|
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.27.0",
|
|
"vite": "^6.2.2",
|
|
"vite-imagetools": "^7.0.5",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-plugin-svgr": "^4.3.0"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|