-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.42 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
{
"name": "doctocat-nextjs",
"version": "0.0.1",
"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.10",
"@github/prettier-config": "^0.0.6",
"@primer/react": "36.27.0",
"@primer/react-brand": "0.43.0",
"@types/node": "18.11.10",
"@typescript-eslint/parser": "^6.13.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-primer-react": "^4.0.4",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"typescript": "5.7.2"
}
}