-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 KB
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
{
"name": "@factorialco/f0-monorepo",
"version": "0.0.0",
"private": false,
"type": "module",
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"workspaces": [
"packages/*",
"packages/examples/*"
],
"scripts": {
"prepare": "lefthook install"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-storybook": "^10.3.3",
"lefthook": "^1.11.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.10",
"tsx": "^4.8.1",
"consola": "^3.4.0",
"oxfmt": "^0.26.0",
"oxlint": "^1.41.0"
},
"pnpm": {
"overrides": {
"esm-env": "npm:esm-env-runtime@^0.1.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
}