-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.84 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "rathes.me",
"private": true,
"description": "This is the website how it is shown on rathes.me",
"version": "0.1.0",
"author": "Rathes Sachchithananthan <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"autoprefixer": "^10.4.20",
"cva": "^1.0.0-beta.1",
"date-fns": "^4.1.0",
"fathom-client": "^3.7.2",
"gray-matter": "^4.0.3",
"next": "15.0.3",
"next-mdx-remote": "^5.0.0",
"postcss": "^8.4.49",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"rehype-highlight": "^7.0.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"eslint": "8.57.1",
"eslint-config-next": "15.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-sitemap": "^4.2.3",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3"
},
"keywords": [
"nextjs",
"rathes"
],
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"format": "prettier --write src/**/*",
"test": "jest",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "https://github.com/rathesDot/rathes.me"
},
"bugs": {
"url": "https://github.com/rathesDot/rathes.me/issues"
},
"packageManager": "[email protected]",
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}