generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.86 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
55
56
57
58
59
60
61
62
63
{
"name": "koval-docs",
"version": "0.0.1",
"description": "Koval UI docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"lint:mdx": "eslint pages/** --report-unused-disable-directives --no-warn-ignored",
"lint:code": "eslint components/** --report-unused-disable-directives --no-warn-ignored",
"fix:mdx": "run-s 'lint:mdx --fix'",
"fix:code": "run-s 'lint:code --fix'",
"start": "next start",
"prepare": "husky",
"lint-staged": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morewings/koval-docs.git"
},
"author": "Dima Vyshniakov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/morewings/koval-docs/issues"
},
"homepage": "https://koval.support/",
"dependencies": {
"@codesandbox/sandpack-react": "^2.18.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@next/third-parties": "^14.2.5",
"@vercel/analytics": "^1.3.1",
"css-vars-hook": "0.7.9",
"koval-ui": "0.16.12",
"next": "14.2.11",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/compat": "1.2.3",
"@eslint/js": "9.10.0",
"@types/node": "20.17.9",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.1.7",
"is-ci": "3.0.1",
"lint-staged": "15.2.10",
"next-sitemap": "4.2.3",
"npm-run-all2": "6.2.6",
"prettier": "3.3.3",
"sharp": "0.33.5",
"typescript": "5.6.2",
"typescript-eslint": "8.5.0"
}
}