-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1007 Bytes
/
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
{
"type": "module",
"private": true,
"scripts": {
"dev": "next --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc"
},
"dependencies": {
"@microflash/rehype-starry-night": "^7.2.1",
"@wooorm/starry-night": "^3.6.0",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "^15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"superstruct": "^2.0.2",
"typescript": "^5.7.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.4",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.20",
"eslint-config-next": "^15.1.4",
"postcss": "^8.4.49"
}
}