-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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
{
"name": "personal-site",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@types/node": "^18.0.0",
"@types/react-syntax-highlighter": "^15.5.2",
"date-fns": "^2.28.0",
"graphql": "^16.5.0",
"i18next-browser-languagedetector": "^6.1.4",
"js-cookie": "^3.0.1",
"lottie-react": "^2.3.1",
"next": "^13.5.6",
"next-i18next": "^11.0.0",
"next-seo": "^6.5.0",
"phosphor-react": "^1.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^11.17.4",
"react-markdown": "^8.0.3",
"remark-gfm": "^3.0.1",
"swiper": "^8.2.4"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.19.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.14",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.6.3"
}
}