-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.34 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": "learn-starter",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.13",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "^13.4.13",
"react": "18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "18.2.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-modal": "^3.16.1",
"react-responsive": "^9.0.2",
"react-youtube": "^10.1.0",
"rehype-stringify": "^10.0.0",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"sass": "^1.65.1",
"swiper": "^10.1.0",
"typescript": "^5.1.6",
"unified": "^11.0.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.13",
"@types/lodash": "^4.14.197",
"@types/react-mailchimp-subscribe": "^2.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"next-sitemap": "^4.2.2"
}
}