-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
144 lines (144 loc) · 4.87 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "fern-platform-monorepo",
"private": true,
"description": "Fern Platform Monorepo",
"repository": "https://github.com/fern-api/fern-platform",
"author": "Birch Solutions, Inc.",
"scripts": {
"build": "turbo build",
"check-docs-release-blockers": "pnpm tsx packages/scripts/src/cli.ts -- fern-scripts check-docs-release-blockers",
"clean": "turbo clean",
"codegen": "turbo codegen",
"compile": "turbo compile",
"depcheck": "turbo depcheck",
"docs:build": "turbo docs:build",
"docs:dev": "turbo docs:dev",
"docs:start": "turbo docs:start",
"fdr:generate": "pnpm fern generate --api fdr --local && pnpm turbo --filter=@fern-api/fdr-sdk compile",
"format": "prettier --write --ignore-unknown \"**\"",
"format:check": "prettier --check --ignore-unknown \"**\"",
"preinstall": "npx only-allow pnpm",
"lint": "pnpm lint:eslint && pnpm lint:style && pnpm format:check",
"lint:eslint": "turbo lint:eslint",
"lint:eslint:fix": "turbo lint:eslint:fix",
"lint:fix": "pnpm root-package:fix && pnpm lint:eslint:fix && pnpm lint:style:fix && pnpm format",
"lint:style": "turbo lint:style",
"lint:style:fix": "turbo lint:style:fix",
"playwright:build": "turbo --filter='playwright-*' --filter='@fern-docs/local-preview-bundle' build",
"playwright:test": "pnpm exec playwright test",
"publish": "pnpm -r --filter=!private --parallel exec -- npm publish --access public",
"radix:up": "pnpm up -r \"@radix-ui/*\"",
"root-package:check": "pnpm tsx packages/scripts/src/cli.ts -- fern-scripts check-root-package",
"root-package:fix": "pnpm root-package:check --fix",
"test": "CI=true turbo test",
"test:update": "CI=true turbo test -- -u",
"vercel-scripts": "pnpm --filter=@fern-platform/vercel-scripts vercel-scripts"
},
"resolutions": {
"@babel/core": "7.26.0",
"clipboardy": "4.0.0",
"colorjs.io": "^0.5.2",
"cookie": "0.7.0",
"cross-spawn": "7.0.5",
"elliptic": "6.6.0",
"esbuild": "0.20.2",
"eslint": "9.17.0",
"eslint-config-next": "15.1.2",
"instantsearch.js": "4.75.4",
"jsonpath-plus": "10.0.7",
"markdown-to-jsx": "7.4.0",
"micromatch": "4.0.8",
"postcss": "8.4.31",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"webpack": "5.94.0"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"fern-api": "0.41.16",
"get-port": "^7.1.0",
"prettier-plugin-packagejson": "^2.5.6"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@playwright/test": "^1.47.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/express": "^4.17.13",
"@types/http-proxy": "^1.17.15",
"@types/is-ci": "^3.0.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@yarnpkg/sdks": "^3.1.0",
"chalk": "^5.3.0",
"depcheck": "^1.4.3",
"dotenv": "^16.4.5",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-vitest": "^0.5.4",
"execa": "^5.1.1",
"express": "^4.21.2",
"globals": "^15.14.0",
"http-proxy-middleware": "^3.0.3",
"husky": "^8.0.1",
"immer": "^9.0.15",
"is-ci": "^3.0.1",
"js-yaml": "^4.1.0",
"jsonc-parser": "~2.2.1",
"lint-staged": "^13.0.3",
"playwright": "^1.47.1",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "^18",
"rollup": "^4.22.4",
"styled-jsx": "^5.1.2",
"stylelint": "^16.1.0",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-scss": "^6.0.0",
"tailwindcss": "^3",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5",
"typescript-eslint": "^8.18.1",
"typescript-plugin-css-modules": "^5.1.0",
"vitest": "^2.1.4"
},
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
}
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.18.0",
"pnpm": "^9.4.0"
},
"nextBundleAnalysis": {
"buildOutputDirectory": "packages/fern-docs/bundle/.next",
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 500,
"showDetails": true
}
}