forked from adarshaacharya/adarsha.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
{
"name": "nonni.dev",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@giscus/react": "^2.3.0",
"autoprefixer": "10.4.15",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"framer-motion": "^10.16.4",
"install": "^0.13.0",
"next": "13.5.6",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^1.1.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.10.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@next/third-parties": "^14.2.11",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"eslint-config-next": "^15.0.2",
"eslint-plugin-mocha": "^10.5.0",
"globals": "^15.12.0",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3"
}
}