2022-05-12 19:02:03 +00:00
|
|
|
{
|
|
|
|
"name": "runtipi",
|
2023-12-01 07:44:53 +00:00
|
|
|
"version": "2.2.1",
|
2022-05-12 19:02:03 +00:00
|
|
|
"description": "A homeserver for everyone",
|
2022-05-12 19:19:35 +00:00
|
|
|
"scripts": {
|
2023-08-16 19:30:51 +00:00
|
|
|
"knip": "knip",
|
2023-08-15 20:49:50 +00:00
|
|
|
"prepare": "mkdir -p state && echo \"{}\" > state/system-info.json && echo \"random-seed\" > state/seed",
|
2023-03-02 19:19:20 +00:00
|
|
|
"test": "dotenv -e .env.test -- jest --colors",
|
2023-06-01 21:25:12 +00:00
|
|
|
"test:e2e": "NODE_ENV=test dotenv -e .env -e .env.e2e -- playwright test",
|
2023-06-03 09:38:18 +00:00
|
|
|
"test:e2e:ui": "NODE_ENV=test dotenv -e .env -e .env.e2e -- playwright test --ui",
|
2023-03-02 19:19:20 +00:00
|
|
|
"test:client": "jest --colors --selectProjects client --",
|
|
|
|
"test:server": "jest --colors --selectProjects server --",
|
2023-06-23 06:00:58 +00:00
|
|
|
"test:vite": "dotenv -e .env.test -- vitest run --coverage",
|
2023-11-15 17:48:08 +00:00
|
|
|
"dev": "next dev",
|
2023-08-15 20:49:50 +00:00
|
|
|
"dev:watcher": "pnpm -r --filter cli dev",
|
2023-09-08 15:19:52 +00:00
|
|
|
"db:migrate": "NODE_ENV=development dotenv -e .env.local -- tsx ./src/server/run-migrations-dev.ts",
|
2023-03-02 19:19:20 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"lint:fix": "next lint --fix",
|
2023-08-28 18:42:15 +00:00
|
|
|
"build": "next build",
|
|
|
|
"start": "NODE_ENV=production node server.js",
|
2023-01-24 18:09:27 +00:00
|
|
|
"start:dev-container": "./.devcontainer/filewatcher.sh && npm run start:dev",
|
2023-08-15 20:49:50 +00:00
|
|
|
"start:rc": "docker compose -f docker-compose.rc.yml --env-file .env up --build",
|
2023-08-22 05:48:59 +00:00
|
|
|
"start:dev": "npm run prepare && docker compose -f docker-compose.dev.yml up --build",
|
2023-10-11 14:09:11 +00:00
|
|
|
"start:prod": "npm run prepare && docker compose --env-file ./.env -f docker-compose.prod.yml up --build",
|
2023-03-02 19:19:20 +00:00
|
|
|
"start:pg": "docker run --name test-db -p 5433:5432 -d --rm -e POSTGRES_PASSWORD=postgres postgres:14",
|
2022-10-07 11:36:29 +00:00
|
|
|
"version": "echo $npm_package_version",
|
2022-12-15 14:18:25 +00:00
|
|
|
"release:rc": "./scripts/deploy/release-rc.sh",
|
2023-03-02 19:19:20 +00:00
|
|
|
"test:build": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t meienberger/runtipi:test .",
|
|
|
|
"test:build:arm64": "docker buildx build --platform linux/arm64 -t meienberger/runtipi:test .",
|
|
|
|
"test:build:arm7": "docker buildx build --platform linux/arm/v7 -t meienberger/runtipi:test .",
|
2023-08-15 20:49:50 +00:00
|
|
|
"test:build:amd64": "docker buildx build --platform linux/amd64 -t meienberger/runtipi:test .",
|
|
|
|
"tsc": "tsc"
|
2023-03-02 19:19:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-14 18:24:06 +00:00
|
|
|
"@hookform/resolvers": "^3.3.2",
|
2023-04-05 15:11:03 +00:00
|
|
|
"@otplib/core": "^12.0.1",
|
|
|
|
"@otplib/plugin-crypto": "^12.0.1",
|
|
|
|
"@otplib/plugin-thirty-two": "^12.0.1",
|
2023-10-10 20:27:45 +00:00
|
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
2023-10-26 06:47:31 +00:00
|
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
2023-10-10 20:27:45 +00:00
|
|
|
"@radix-ui/react-select": "^2.0.0",
|
2023-06-16 21:23:26 +00:00
|
|
|
"@radix-ui/react-switch": "^1.0.3",
|
2023-06-16 21:10:59 +00:00
|
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
2023-03-02 19:19:20 +00:00
|
|
|
"@runtipi/postgres-migrations": "^5.3.0",
|
2023-08-15 20:49:50 +00:00
|
|
|
"@runtipi/shared": "workspace:^",
|
2023-10-18 06:36:02 +00:00
|
|
|
"@tabler/core": "1.0.0-beta20",
|
2023-11-25 10:29:10 +00:00
|
|
|
"@tabler/icons-react": "^2.42.0",
|
2023-11-07 20:23:59 +00:00
|
|
|
"argon2": "^0.31.2",
|
2023-11-06 20:54:18 +00:00
|
|
|
"bullmq": "^4.13.0",
|
2023-10-10 20:27:45 +00:00
|
|
|
"clsx": "^2.0.0",
|
2023-05-21 05:57:57 +00:00
|
|
|
"connect-redis": "^7.1.0",
|
2023-10-10 20:27:45 +00:00
|
|
|
"drizzle-orm": "^0.28.6",
|
2023-05-21 05:57:57 +00:00
|
|
|
"fs-extra": "^11.1.1",
|
2023-12-06 18:45:35 +00:00
|
|
|
"geist": "^1.2.0",
|
2023-11-26 08:13:06 +00:00
|
|
|
"let-it-go": "^1.0.0",
|
2023-05-06 11:19:07 +00:00
|
|
|
"lodash.merge": "^4.6.2",
|
2023-11-03 19:58:10 +00:00
|
|
|
"next": "14.0.1",
|
2023-10-31 20:34:20 +00:00
|
|
|
"next-client-cookies": "^1.0.6",
|
2023-11-03 20:51:09 +00:00
|
|
|
"next-intl": "^2.22.1",
|
2023-11-03 19:58:10 +00:00
|
|
|
"next-safe-action": "^5.0.2",
|
2023-10-10 20:27:45 +00:00
|
|
|
"pg": "^8.11.3",
|
2023-04-07 17:35:42 +00:00
|
|
|
"qrcode.react": "^3.1.0",
|
2023-03-02 19:19:20 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-11-06 20:53:04 +00:00
|
|
|
"react-hook-form": "^7.48.2",
|
2023-05-21 05:57:57 +00:00
|
|
|
"react-hot-toast": "^2.4.1",
|
2023-10-10 20:27:45 +00:00
|
|
|
"react-markdown": "^9.0.0",
|
2023-11-06 20:52:01 +00:00
|
|
|
"react-select": "^5.8.0",
|
2023-12-04 20:40:25 +00:00
|
|
|
"react-tooltip": "^5.25.0",
|
2023-06-01 21:25:12 +00:00
|
|
|
"redaxios": "^0.5.1",
|
2023-10-10 20:27:45 +00:00
|
|
|
"redis": "^4.6.10",
|
2023-08-31 17:58:39 +00:00
|
|
|
"rehype-raw": "^7.0.0",
|
2023-10-10 20:27:45 +00:00
|
|
|
"remark-breaks": "^4.0.0",
|
|
|
|
"remark-gfm": "^4.0.0",
|
2023-10-26 20:24:02 +00:00
|
|
|
"sass": "^1.69.5",
|
2023-10-10 20:27:45 +00:00
|
|
|
"semver": "^7.5.4",
|
|
|
|
"sharp": "0.32.6",
|
2023-10-14 11:06:00 +00:00
|
|
|
"swr": "^2.2.4",
|
2023-10-10 20:27:45 +00:00
|
|
|
"tslib": "^2.6.2",
|
|
|
|
"uuid": "^9.0.1",
|
|
|
|
"validator": "^13.11.0",
|
|
|
|
"winston": "^3.11.0",
|
2023-10-14 18:24:05 +00:00
|
|
|
"zod": "^3.22.4",
|
2023-11-03 20:31:05 +00:00
|
|
|
"zustand": "^4.4.6"
|
2022-05-12 19:19:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-24 20:34:54 +00:00
|
|
|
"@babel/core": "^7.23.2",
|
2023-10-24 20:27:16 +00:00
|
|
|
"@faker-js/faker": "^8.2.0",
|
2023-10-24 20:38:09 +00:00
|
|
|
"@playwright/test": "^1.39.0",
|
2023-10-10 20:27:45 +00:00
|
|
|
"@testing-library/dom": "^9.3.3",
|
2023-10-24 20:35:48 +00:00
|
|
|
"@testing-library/jest-dom": "^6.1.4",
|
2023-03-24 07:43:51 +00:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2023-10-10 20:27:45 +00:00
|
|
|
"@testing-library/user-event": "^14.5.1",
|
2023-06-19 21:21:05 +00:00
|
|
|
"@total-typescript/shoehorn": "^0.1.1",
|
2023-09-28 06:23:53 +00:00
|
|
|
"@total-typescript/ts-reset": "^0.5.1",
|
2023-11-07 20:24:58 +00:00
|
|
|
"@types/fs-extra": "^11.0.4",
|
2023-12-06 19:47:21 +00:00
|
|
|
"@types/jest": "^29.5.11",
|
2023-10-21 12:09:01 +00:00
|
|
|
"@types/lodash.merge": "^4.6.8",
|
2023-11-02 18:08:36 +00:00
|
|
|
"@types/node": "20.8.10",
|
2023-10-24 17:42:59 +00:00
|
|
|
"@types/pg": "^8.10.7",
|
2023-11-27 21:06:18 +00:00
|
|
|
"@types/react": "18.2.39",
|
2023-10-21 12:08:10 +00:00
|
|
|
"@types/react-dom": "18.2.14",
|
2023-10-26 05:28:27 +00:00
|
|
|
"@types/semver": "^7.5.4",
|
2023-10-21 12:09:00 +00:00
|
|
|
"@types/uuid": "^9.0.6",
|
2023-10-25 21:07:18 +00:00
|
|
|
"@types/validator": "^13.11.5",
|
2023-11-28 20:57:31 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.13.1",
|
2023-11-06 20:48:34 +00:00
|
|
|
"@typescript-eslint/parser": "^6.10.0",
|
2023-11-02 20:14:38 +00:00
|
|
|
"@vitejs/plugin-react": "^4.1.1",
|
2023-10-10 20:27:45 +00:00
|
|
|
"@vitest/coverage-v8": "^0.34.6",
|
|
|
|
"dotenv-cli": "^7.3.0",
|
2023-10-27 08:13:21 +00:00
|
|
|
"eslint": "8.52.0",
|
2023-03-02 19:19:20 +00:00
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
2023-10-03 06:51:54 +00:00
|
|
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
2023-11-27 20:44:08 +00:00
|
|
|
"eslint-config-next": "14.0.3",
|
2023-09-28 06:23:53 +00:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2023-10-10 20:27:45 +00:00
|
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
2023-10-24 17:42:14 +00:00
|
|
|
"eslint-plugin-import": "^2.29.0",
|
2023-10-27 20:30:57 +00:00
|
|
|
"eslint-plugin-jest": "^27.6.0",
|
2023-10-10 20:27:45 +00:00
|
|
|
"eslint-plugin-jest-dom": "^5.1.0",
|
2023-11-02 20:14:07 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
2023-10-10 20:27:45 +00:00
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2023-03-02 19:19:20 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-10-18 20:30:02 +00:00
|
|
|
"eslint-plugin-testing-library": "^6.1.0",
|
2023-10-10 20:27:45 +00:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2023-11-17 21:09:27 +00:00
|
|
|
"knip": "^2.41.3",
|
2023-10-10 20:27:45 +00:00
|
|
|
"memfs": "^4.6.0",
|
|
|
|
"msw": "^1.3.2",
|
|
|
|
"next-router-mock": "^0.9.10",
|
2023-09-28 06:23:53 +00:00
|
|
|
"prettier": "^3.0.3",
|
2023-10-10 20:27:45 +00:00
|
|
|
"ts-jest": "^29.1.1",
|
2023-03-02 19:19:20 +00:00
|
|
|
"ts-node": "^10.9.1",
|
2023-10-26 20:22:41 +00:00
|
|
|
"tsx": "^3.14.0",
|
2023-09-28 06:23:53 +00:00
|
|
|
"typescript": "5.2.2",
|
2023-10-10 20:27:45 +00:00
|
|
|
"vite-tsconfig-paths": "^4.2.1",
|
|
|
|
"vitest": "^0.34.6",
|
2023-08-16 19:30:51 +00:00
|
|
|
"wait-for-expect": "^3.0.2"
|
2023-03-02 19:19:20 +00:00
|
|
|
},
|
|
|
|
"msw": {
|
|
|
|
"workerDirectory": "public"
|
2022-05-12 19:02:03 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-10-12 19:16:37 +00:00
|
|
|
"url": "git+https://github.com/runtipi/runtipi.git"
|
2022-05-12 19:02:03 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "GNU General Public License v3.0",
|
|
|
|
"bugs": {
|
2023-10-12 19:16:37 +00:00
|
|
|
"url": "https://github.com/runtipi/runtipi/issues"
|
2022-05-12 19:02:03 +00:00
|
|
|
},
|
2023-10-12 19:16:37 +00:00
|
|
|
"homepage": "https://github.com/runtipi/runtipi#readme",
|
2023-10-01 13:02:17 +00:00
|
|
|
"pnpm": {
|
2023-10-18 06:00:13 +00:00
|
|
|
"patchedDependencies": {}
|
2023-10-01 13:02:17 +00:00
|
|
|
}
|
2023-03-02 19:19:20 +00:00
|
|
|
}
|