-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "yyblog",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "next dev ",
"d": "ybg deploy",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.10",
"accept-language": "^3.0.18",
"axios": "^1.7.2",
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517",
"dayjs": "^1.11.10",
"dotenv": "^16.3.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
"i18next": "^23.10.0",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-locize-backend": "^6.4.2",
"i18next-resources-to-backend": "^1.2.0",
"locize-cli": "^8.0.1",
"next": "14.3.0-canary.70",
"react": "19.0.0-rc-3f1436cca1-20240516",
"react-cookie": "^7.1.0",
"react-dom": "19.0.0-beta-26f2496093-20240514",
"react-i18next": "^14.0.5",
"react-syntax-highlighter": "^15.5.0",
"react-typed": "^2.0.12"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}