2024-01-02 14:18:37 +01:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/form",
|
|
|
|
|
"version": "0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"private": true,
|
|
|
|
|
"license": "MIT",
|
2024-06-08 20:49:57 +02:00
|
|
|
"type": "module",
|
2024-01-02 14:18:37 +01:00
|
|
|
"exports": {
|
2024-12-15 15:40:26 +01:00
|
|
|
".": "./index.ts",
|
|
|
|
|
"./types": "./src/types.ts"
|
2024-01-02 14:18:37 +01:00
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-09-01 16:40:22 +03:00
|
|
|
"lint": "eslint",
|
2024-01-02 14:18:37 +01:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2024-06-10 21:26:39 +02:00
|
|
|
"dependencies": {
|
2024-12-15 15:40:26 +01:00
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"@homarr/translation": "workspace:^0.1.0",
|
2024-06-10 21:26:39 +02:00
|
|
|
"@homarr/validation": "workspace:^0.1.0",
|
2024-12-23 10:17:37 +00:00
|
|
|
"@mantine/form": "^7.15.2"
|
2024-06-10 21:26:39 +02:00
|
|
|
},
|
2024-01-02 14:18:37 +01:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2024-12-13 21:42:35 +00:00
|
|
|
"eslint": "^9.17.0",
|
2024-11-23 19:39:20 +01:00
|
|
|
"typescript": "^5.7.2"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2024-01-02 14:18:37 +01:00
|
|
|
}
|