-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.91 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
{
"name": "nextra-docs-template",
"version": "0.0.1",
"description": "Nextra docs template",
"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/shuding/nextra-docs-template.git"
},
"license": "MIT",
"author": "Treblle <[email protected]>",
"scripts": {
"build": "next build",
"commit": "cz",
"dev": "rm -rf .next && next dev",
"format:check": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "next lint",
"prepare": "husky && panda codegen",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next": "14.2.7",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cz-commitlint": "^19.4.0",
"@next/eslint-plugin-next": "14.2.7",
"@pandacss/dev": "^0.45.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"commitizen": "^4.3.0",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
"husky": "^9.1.5",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]"
}