56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "markdownblog",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"electron": "electron .",
|
|
"electron-dev": "concurrently \"npm run dev\" \"npm run electron\""
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/jetbrains-mono": "^5.2.6",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/node": "^20.11.24",
|
|
"@types/react": "^18.2.61",
|
|
"@types/react-dom": "^18.2.19",
|
|
"autoprefixer": "^10.4.17",
|
|
"bcrypt": "^5.0.2",
|
|
"bcryptjs": "^2.4.3",
|
|
"chart.js": "^4.5.0",
|
|
"chokidar": "^3.6.0",
|
|
"date-fns": "^3.6.0",
|
|
"dompurify": "^3.0.9",
|
|
"electron": "^29.1.0",
|
|
"emoji-picker-react": "^4.12.2",
|
|
"gray-matter": "^4.0.3",
|
|
"highlight.js": "^11.11.1",
|
|
"isomorphic-dompurify": "^2.25.0",
|
|
"jsdom": "^24.0.0",
|
|
"marked": "^12.0.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"monaco-vim": "^0.4.2",
|
|
"next": "14.1.0",
|
|
"pm2": "^6.0.8",
|
|
"postcss": "^8.4.35",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/jsdom": "^21.1.6",
|
|
"@types/marked": "^5.0.2",
|
|
"@types/tar": "^6.1.13",
|
|
"concurrently": "^8.2.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "14.1.0"
|
|
}
|
|
}
|