2024-09-07 18:13:24 +02:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/old-import",
|
|
|
|
|
"version": "0.1.0",
|
2024-12-01 22:59:11 +01:00
|
|
|
"private": true,
|
2025-03-01 17:23:00 +01:00
|
|
|
"license": "Apache-2.0",
|
2024-09-07 18:13:24 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
2024-12-15 15:40:26 +01:00
|
|
|
".": "./index.ts",
|
|
|
|
|
"./analyse": "./src/analyse/index.ts",
|
|
|
|
|
"./components": "./src/components/index.ts",
|
|
|
|
|
"./import": "./src/import/index.ts",
|
|
|
|
|
"./shared": "./src/shared.ts"
|
2024-09-07 18:13:24 +02:00
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-12-01 22:59:11 +01:00
|
|
|
"lint": "eslint",
|
2024-09-07 18:13:24 +02:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2024-12-01 22:59:11 +01:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2024-09-07 18:13:24 +02:00
|
|
|
"dependencies": {
|
|
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/db": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/definitions": "workspace:^0.1.0",
|
2024-12-15 15:40:26 +01:00
|
|
|
"@homarr/form": "workspace:^0.1.0",
|
2024-09-07 18:13:24 +02:00
|
|
|
"@homarr/log": "workspace:^0.1.0",
|
2024-12-15 15:40:26 +01:00
|
|
|
"@homarr/modals": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/notifications": "workspace:^0.1.0",
|
2024-09-07 18:13:24 +02:00
|
|
|
"@homarr/old-schema": "workspace:^0.1.0",
|
2024-12-15 15:40:26 +01:00
|
|
|
"@homarr/translation": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/ui": "workspace:^0.1.0",
|
2024-09-07 18:13:24 +02:00
|
|
|
"@homarr/validation": "workspace:^0.1.0",
|
2025-05-14 13:34:50 +00:00
|
|
|
"@mantine/core": "^8.0.1",
|
|
|
|
|
"@mantine/hooks": "^8.0.1",
|
2024-12-15 15:40:26 +01:00
|
|
|
"adm-zip": "0.5.16",
|
2025-05-06 23:21:35 +00:00
|
|
|
"next": "15.3.2",
|
2025-03-28 20:20:12 +00:00
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-dom": "19.1.0",
|
2024-12-15 15:40:26 +01:00
|
|
|
"superjson": "2.2.2",
|
2025-05-20 23:20:46 +00:00
|
|
|
"zod": "^3.25.8",
|
2025-03-11 20:36:28 +00:00
|
|
|
"zod-form-data": "^2.0.7"
|
2024-09-07 18:13:24 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2024-12-15 15:40:26 +01:00
|
|
|
"@types/adm-zip": "0.5.7",
|
2025-05-16 20:24:10 +00:00
|
|
|
"eslint": "^9.27.0",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2024-12-01 22:59:11 +01:00
|
|
|
}
|
2024-09-07 18:13:24 +02:00
|
|
|
}
|