-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 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
42
43
44
45
46
{
"name": "n",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"local": "pnpm build && serve out ",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"flowbite-react": "^0.10.2",
"gray-matter": "^4.0.3",
"matter-js": "^0.20.0",
"next": "15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-emoji-render": "^2.0.1",
"react-icons": "^5.5.0",
"react-slick": "^0.30.3",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"slick-carousel": "^1.8.1",
"unified": "^11.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/matter-js": "^0.19.8",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-slick": "^0.23.13",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}