-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"homepage": "https:blog.eugeniopace.org",
"name": "eugeniop TechBlog",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"postbuild": "echo > dist/.nojekyll && cp public/posts/posts.json dist/posts/posts.json"
},
"dependencies": {
"buffer": "^6.0.3",
"front-matter": "^4.0.2",
"fuse.js": "^7.1.0",
"markdown-to-jsx": "^7.7.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"rehype-highlight": "^7.0.2",
"rehype-mermaid": "^3.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.0",
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.0.0",
"unist-util-visit": "^5.0.0"
},
"type": "module",
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.21",
"gh-pages": "^6.3.0",
"postcss": "^8.5.4",
"rollup-plugin-visualizer": "^6.0.3",
"tailwindcss": "^3.4.1",
"vite": "^5.2.8",
"vite-plugin-inspect": "^0.8.9"
}
}