Skip to content

Commit

Permalink
chore: Remove unused deps, *.d.ts, unknown PT mark prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Nov 11, 2023
1 parent 850f076 commit 928f133
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 263 deletions.
7 changes: 1 addition & 6 deletions svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
"private": true,
"scripts": {
"build": "vite build --mode production",
"build:test": "rimraf ./dist && vite build --mode testing",
"build:test": "rm -rf ./dist && vite build --mode testing",
"dev": "vite dev --mode development --host",
"dev:backed": "vite dev --mode backed --host",
"package": "svelte-kit package",
"preview": "vite preview",
"test:vitest": "MODE=testing vitest --run",
"test:vitest:dev": "MODE=testing vitest --ui",
"test:cypress": "MODE=testing cypress run",
"test:cypress:dev": "CYPRESS_MODE=dev cypress open",
"test": "test:vitest; test:cypress",
Expand All @@ -22,7 +21,6 @@
"lint": "pnpm format && pnpm eslint --fix \"./src/**/*.{ts,svelte}\""
},
"devDependencies": {
"@iconify/svelte": "^3.1.4",
"@poppanator/sveltekit-svg": "^4.1.3",
"@portabletext/svelte": "^2.1.4",
"@portabletext/types": "^2.0.8",
Expand All @@ -35,7 +33,6 @@
"@testing-library/svelte": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.8.0",
"@vitest/ui": "^0.34.6",
"autoprefixer": "^10.4.16",
"cypress": "^13.3.2",
"dotenv": "^16.3.1",
Expand All @@ -55,7 +52,6 @@
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"rimraf": "^5.0.5",
"sass": "^1.69.0",
"svelte": "^4.2.2",
"svelte-body": "^1.4.0",
Expand All @@ -69,7 +65,6 @@
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-restart": "^0.3.1",
"vite-plugin-test-selectors": "0.0.2",
"vitest": "^0.32.0"
},
Expand Down
169 changes: 2 additions & 167 deletions svelte-app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 928f133

Please sign in to comment.