-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 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
{
"name": "curehht.github.io",
"private": true,
"description": "Cure HHT russian user group",
"version": "1.0.0",
"author": "Alex Baumgertner <[email protected]>",
"dependencies": {
"gray-matter": "^4.0.3",
"next": "15.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"remark": "^14.0.3",
"remark-html": "^15.0.2"
},
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"dev-debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://github.com/curehht/curehht.github.io"
},
"bugs": {
"url": "https://github.com/curehht/curehht.github.io/issues"
},
"devDependencies": {
"@types/node": "^20.8.2",
"@types/react": "npm:[email protected]",
"typescript": "^4.9.5"
},
"overrides": {
"@types/react": "npm:[email protected]"
}
}