-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 KB
/
package.json
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
42
43
44
45
46
47
48
{
"name": "magarcia.io",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && cp _redirects out/_redirects && next-image-export-optimizer",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"date-fns": "^3.6.0",
"gray-matter": "^4.0.3",
"murmurhash3js": "^3.0.1",
"next": "^14.2.3",
"next-image-export-optimizer": "^1.12.3",
"next-themes": "0.3.0",
"preact": "^10.6.5",
"prism-react-renderer": "^1.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.9",
"react-markdown": "^8.0.0",
"reading-time": "^1.5.0",
"rehype-raw": "^7.0.0",
"slugify": "^1.6.5",
"swr": "^2.2.5",
"ua-parser-js": "^1.0.33"
},
"devDependencies": {
"@types/markdown-it": "^14.0.1",
"@types/react": "^18.3.1",
"autoprefixer": "^10.4.2",
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"feed": "^4.2.2",
"globby": "^11",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.4.1",
"postcss": "^8.4.6",
"postcss-nesting": "^12.1.2",
"prettier": "^3.2.5",
"rss": "^1.2.2",
"tailwindcss": "^3.0.22",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}