Skip to content

Commit

Permalink
chore: 🔧 hopefully restoring it fixes conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0nia committed Nov 28, 2023
1 parent 2121d52 commit c3ddf38
Show file tree
Hide file tree
Showing 2 changed files with 3,900 additions and 593 deletions.
67 changes: 45 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,68 @@
{
"name": "zotmeet-monorepo",
"name": "zotmeet",
"version": "0.0.0",
"private": true,
"description": "zotmeet monorepo",
"type": "module",
"scripts": {
"postinstall": "husky install",
"test": "vitest"
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "sst bind vite dev",
"format": "prettier --write .",
"postinstall": "husky install && prisma generate && svelte-kit sync",
"lint": "eslint --quiet --fix .",
"preview": "vite preview",
"sst:deploy": "sst deploy",
"sst:dev": "sst dev",
"start": "vite",
"test": "pnpm test:integration && pnpm test:unit",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"dependencies": {
"@lucia-auth/adapter-prisma": "3.0.2",
"@prisma/client": "5.6.0",
"lucia": "2.7.4"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@commitlint/types": "18.4.3",
"@eslint/js": "^8.54.0",
"@types/eslint__eslintrc": "^2.1.1",
"@playwright/test": "1.40.0",
"@skeletonlabs/skeleton": "^2.5.1",
"@skeletonlabs/tw-plugin": "^0.2.4",
"@sveltejs/adapter-auto": "2.1.1",
"@sveltejs/kit": "1.27.6",
"@types/lint-staged": "13.2.2",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitest/coverage-v8": "^0.34.6",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"autoprefixer": "^10.4.14",
"aws-cdk-lib": "2.110.1",
"constructs": "10.3.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte": "^2.35.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-svelte": "2.35.1",
"husky": "8.0.3",
"jsdom": "^23.0.0",
"lint-staged": "15.1.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"prettier": "3.1.0",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-svelte": "3.1.2",
"prisma": "5.6.0",
"typescript": "5.2.2",
"vitest": "^0.34.6"
"sst": "2.36.6",
"svelte": "4.2.7",
"svelte-check": "3.6.2",
"svelte-kit-sst": "2.36.6",
"tailwindcss": "^3.3.2",
"tslib": "2.6.2",
"typescript": "5.3.2",
"vite": "5.0.2",
"vitest": "0.34.6"
}
}
Loading

0 comments on commit c3ddf38

Please sign in to comment.