-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
47
48
49
50
51
52
53
54
{
"name": "c30.life",
"version": "3.6.20",
"private": true,
"scripts": {
"dev": "next dev --port 8866",
"build": "next build",
"start": "next start --port 8866",
"lint": "next lint",
"pretty": "prettier --write ."
},
"dependencies": {
"axios": "^1.7.2",
"canvas-confetti": "^1.9.3",
"daisyui": "4.12.13",
"eslint": "9.13.0",
"eslint-config-next": "15.0.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"moment-timezone": "^0.5.45",
"next": "15.0.0",
"next-themes": "0.3.0",
"openapi-typescript": "7.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-toc": "^9.0.0",
"supports-color": "9.4.0",
"swr": "^2.2.5",
"theme-change": "2.5.0",
"typescript": "5.6.3",
"unified": "^11.0.4",
"ws": "^8.17.0"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/node": "22.7.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.4.19",
"ignore-loader": "^0.1.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.0",
"tailwindcss": "^3.4.3"
},
"packageManager": "pnpm@9.12.2"
}