Remove lucide

This commit is contained in:
cte
2025-01-30 14:47:59 -08:00
parent 69a2e36b2b
commit a5dac3f0a1
5 changed files with 12552 additions and 12532 deletions

View File

@@ -5,10 +5,10 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "jest",
"lint": "eslint src --ext ts,tsx --quiet",
"test": "jest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
@@ -21,7 +21,6 @@
"debounce": "^2.1.1",
"fast-deep-equal": "^3.1.3",
"fzf": "^0.5.2",
"lucide-react": "^0.474.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-remark": "^2.1.0",
@@ -50,8 +49,8 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/shell-quote": "^1.7.5",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/vscode-webview": "^1.57.5",
@@ -69,7 +68,7 @@
"storybook": "^8.5.2",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5",
"vite": "^5.4.14"
"vite": "^6.0.5"
},
"jest": {
"testEnvironment": "jsdom",
@@ -109,20 +108,5 @@
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}