-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "developer-portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.22.11",
"@contentful/rich-text-types": "^16.8.5",
"@lottiefiles/dotlottie-react": "^0.9.2",
"fs": "0.0.1-security",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"next": "14.2.13",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"react-slick": "^0.30.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-prism": "^1.3.6",
"slick-carousel": "^1.8.1",
"slugify": "^1.6.6"
},
"devDependencies": {
"@types/node": "^20",
"@types/prismjs": "^1.26.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"clsx": "^2.1.1",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"sass": "^1.83.4",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}