-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 727 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 727 Bytes
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
{
"name": "ccheukka.github.io",
"private": true,
"scripts": {
"dev": "(rm -r out/dev || true) && next dev --turbopack",
"build": "(rm -r out || true) && next build --turbopack"
},
"dependencies": {
"js-cookie": "^3.0.5",
"marked": "^17.0.1",
"marked-gfm-heading-id": "^4.1.3",
"marked-smartypants": "^1.1.11",
"next": "^16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"typescript": "^5.9.3"
}
}