-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
{
"name": "praha-inc-about-us",
"version": "1.0.0",
"private": true,
"description": "About PrAha, Inc.",
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"bugs": {
"url": "https://github.com/shuding/nextra-docs-template/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/praha-inc/about-us.git"
},
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap --config next-sitemap.config.mjs",
"start": "next start",
"lint:code": "eslint .",
"lint:text": "textlint *.md **/*.md",
"lint:type": "tsc --noEmit --pretty"
},
"dependencies": {
"@next/third-parties": "15.1.4",
"next": "15.1.4",
"next-sitemap": "4.2.3",
"nextra": "3.3.1",
"nextra-theme-docs": "3.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"remark-emoji": "5.0.1",
"textlint": "14.4.2",
"textlint-rule-preset-smarthr": "1.32.1"
},
"devDependencies": {
"@agaroot/eslint-config-common": "3.0.6",
"@agaroot/eslint-config-definer": "1.0.5",
"@agaroot/eslint-config-javascript": "2.0.7",
"@agaroot/eslint-config-next": "3.0.9",
"@agaroot/eslint-config-react": "3.0.9",
"@agaroot/eslint-config-style": "2.0.9",
"@agaroot/eslint-config-typescript": "2.0.8",
"@tsconfig/next": "2.0.3",
"@tsconfig/strictest": "2.0.5",
"@types/node": "22.8.2",
"@types/react": "19.0.7",
"eslint": "8.57.1",
"typescript": "5.7.3"
},
"packageManager": "[email protected]"
}