-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@headlessui/tailwindcss": "^0.1.1",
"@heroicons/react": "^2.0.13",
"@mdx-js/loader": "^2.1.3",
"@next/mdx": "^12.2.5",
"classnames": "2.3.1",
"date-fns": "2.28.0",
"framer-motion": "^7.6.18",
"fs": "^0.0.1-security",
"gray-matter": "4.0.3",
"i18next": "^21.6.14",
"next": "^13.3.1",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^4.4.1",
"next-translate": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.16.2",
"react-icons": "^4.3.1",
"react-lite-youtube-embed": "^2.2.1-a",
"react-use-measure": "^2.1.1",
"remark": "14.0.2",
"remark-html": "15.0.1",
"sass": "^1.50.0",
"styled-components": "^5.3.5",
"styled-jsx": "^5.0.2"
},
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "8.12.0",
"eslint-config-next": "^13.3.1",
"next-translate-plugin": "^2.0.5",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23"
}
}