49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "pihkaal.me",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc && vite build",
|
|
"dev": "vite",
|
|
"lint": "eslint src --cache --fix --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"format": "prettier --cache --write '**/*.{md,json,css,scss,js,mjs,cjs,ts,tsx}'"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-router-dom": "^6.21.3",
|
|
"tailwind-merge": "^2.2.1",
|
|
"vite-tsconfig-paths": "^4.3.1",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.44.7",
|
|
"@types/node": "^18.17.0",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"clsx": "^2.1.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-next": "^14.0.4",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"sass": "^1.70.0",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^5.0.12"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.25.1"
|
|
},
|
|
"packageManager": "pnpm@8.14.1"
|
|
}
|