-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 841 Bytes
/
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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"date-fns": "^2.23.0",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"next": "^14.2.4",
"next-themes": "^0.0.15",
"nextjs-progressbar": "^0.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.2.0",
"react-markdown": "^7.0.1",
"react-syntax-highlighter": "^15.4.4",
"rehype-raw": "^6.1.0",
"remark": "13",
"remark-gfm": "^2.0.0",
"remark-html": "^13.0.2",
"remark-unwrap-images": "^3.0.0",
"sharp": "^0.32.6",
"sitemap": "^7.0.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "^14.2.4"
}
}