-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.29 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
{
"name": "adapter-react-hook-form-monorepo",
"version": "0.0.0",
"private": true,
"description": "Monorepo for next-safe-action react-hook-form adapter.",
"scripts": {
"prepare": "is-ci || husky",
"ex": "turbo run dev --filter=@apps/example",
"lint": "turbo run lint",
"build": "turbo run build",
"lint:lib": "turbo run lint --filter=@next-safe-action/adapter-react-hook-form",
"build:lib": "turbo run build --filter=@next-safe-action/adapter-react-hook-form",
"deploy:lib": "turbo run deploy --filter=@next-safe-action/adapter-react-hook-form",
"build:ex": "turbo run build --filter=@apps/example --force"
},
"author": "Edoardo Ranghieri",
"license": "MIT",
"engines": {
"node": ">=18.17"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/TheEdoRan/next-safe-action.git"
},
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"turbo": "^2.1.1"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}