-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
53
54
{
"name": "tiger",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.18",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.0",
"@preline/carousel": "^2.0.2",
"@types/mdx": "^2.0.11",
"clsx": "^2.1.0",
"flowbite-react": "^0.7.2",
"framer-motion": "^11.0.3",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"hamburger-react": "^2.5.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.1.4",
"react": "^18",
"react-cool-dimensions": "^3.0.1",
"react-dom": "^18",
"react-element-to-jsx-string": "^15.0.0",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.5.3",
"react-scroll-parallax": "^3.4.5",
"remark": "^15.0.1",
"remark-external-links": "^9.0.1",
"remark-html": "^16.0.1",
"remark-images": "^4.0.0",
"strip-markdown": "^6.0.0",
"tailwind-fontawesome": "^0.6.0",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}