-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "www",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap",
"start": "next start",
"lint": "next lint",
"cli": "ts-node-esm --project cli.tsconfig.json cli.ts"
},
"dependencies": {
"@ctrl/react-adsense": "^1.7.0",
"classnames": "^2.3.2",
"commander": "^11.1.0",
"front-matter": "^4.0.2",
"i18next": "^22.4.15",
"lodash": "^4.17.21",
"next": "^15.1.5",
"next-i18next": "^13.2.2",
"next-mdx-remote": "^4.1.0",
"next-seo": "^5.6.0",
"next-sitemap": "^3.1.29",
"next-themes": "^0.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^12.2.2",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
"sass": "^1.55.0",
"sharp": "^0.31.1",
"slugify": "^1.6.5"
},
"devDependencies": {
"@types/gtag.js": "^0.0.12",
"@types/lodash": "^4.14.202",
"@types/node": "18.11.0",
"@types/react-dom": "19.0.0",
"eslint": "^8.26.0",
"eslint-config-next": "^13.0.1",
"ts-node": "^10.9.1",
"typescript": "4.8.4"
},
"packageManager": "[email protected]+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
}