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,
|
|
|
|
|
"license": "MIT",
|
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",
|
2024-12-23 10:17:37 +00:00
|
|
|
"@mantine/core": "^7.15.2",
|
|
|
|
|
"@mantine/hooks": "^7.15.2",
|
2024-12-15 15:40:26 +01:00
|
|
|
"adm-zip": "0.5.16",
|
2024-12-26 18:20:53 +00:00
|
|
|
"next": "^14.2.22",
|
2024-12-15 15:40:26 +01:00
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"superjson": "2.2.2",
|
|
|
|
|
"zod": "^3.24.1",
|
2024-12-18 18:46:07 +00:00
|
|
|
"zod-form-data": "^2.0.4"
|
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",
|
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-12-01 22:59:11 +01:00
|
|
|
}
|
2024-09-07 18:13:24 +02:00
|
|
|
}
|