idimitrov.dev/package.json
Ivan Dimitrov cda70cce35 Squashed commit of the following:
commit 263ac7d58539235c9c3762d9bee037449f7099e9
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sun Nov 12 14:11:50 2023 +0200

    touches

commit 81f56ab63bd60f27a1d2635673b3834bf31a25da
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sun Nov 12 14:00:41 2023 +0200

    writing technical details for the API

commit fc90f9b2288b4dc955ece07af43a42979398a3e7
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sun Nov 12 13:22:15 2023 +0200

    code blocks with a copy button

commit 9d08417a639cfc5673a2f00cd1fed56b6d640bb0
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 21:53:55 2023 +0200

    content n sheet
2023-11-12 14:12:26 +02:00

41 lines
1.1 KiB
JSON

{
"name": "idimitrov.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"new": "bun new.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "latest",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-markdown": "^9.0.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"typescript": "latest",
"@types/react": "latest",
"@types/node": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"eslint": "latest",
"eslint-config-next": "latest"
}
}