-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 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
{
"name": "andromeda-light-nextjs",
"description": "",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"disqus-react": "^1.1.5",
"feather-icons-react": "^0.6.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"gsap": "^3.11.4",
"marked": "^4.2.12",
"next": "13.1.6",
"next-mdx-remote": "^4.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.7.1",
"react-lite-youtube-embed": "^2.3.52",
"react-lite-yt-embed": "^1.2.7",
"react-syntax-highlighter": "^15.5.0",
"react-visibility-sensor": "^5.1.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"swiper": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"jshint": "^2.13.6",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"sass": "^1.57.1",
"sharp": "^0.31.3",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.2.4"
}
}