-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.33 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
{
"name": "doctocat-nextjs",
"version": "0.0.1",
"type": "module",
"description": "Primer's Next.js documentation framework",
"scripts": {
"build": "npm run build --workspace=packages/site",
"check": "npm run check --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"start": "npm run dev --workspace=packages/site",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primer/doctocat-nextjs.git"
},
"license": "MIT",
"author": "GitHub, Inc.",
"bugs": {
"url": "https://github.com/primer/doctocat-nextjs/issues"
},
"homepage": "https://github.com/primer/doctocat-nextjs#readme",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "2.27.12",
"@github/prettier-config": "^0.0.6",
"@oddbird/popover-polyfill": "^0.5.2",
"@primer/react": "37.11.2",
"@primer/react-brand": "0.46.0",
"@types/node": "18.11.10",
"@typescript-eslint/parser": "8.23.0",
"eslint": "^8",
"eslint-config-next": "15.1.5",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-primer-react": "^6.1.6",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "5.7.3"
}
}