Skip to content

Commit bdf787d

Browse files
committed
remove unused deps
1 parent 1e1618b commit bdf787d

File tree

2 files changed

+6
-270
lines changed

2 files changed

+6
-270
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"dompurify": "^2.2.7",
1616
"htmlparser2": "^8.0.1",
1717
"jsonpath": "^1.1.1",
18-
"localforage": "^1.9.0",
1918
"normalize.css": "^8.0.1",
2019
"prop-types": "^15.0.0-0",
2120
"react": "^17.0.1",
@@ -35,8 +34,6 @@
3534
"react-spring-bottom-sheet": "^3.4.1",
3635
"react-toggle": "^4.1.1",
3736
"react-tooltip": "^4.2.21",
38-
"rss-to-json": "^2.1.1",
39-
"styled-components": "2",
4037
"timeago.js": "^4.0.2",
4138
"type-fest": "^1.2.0",
4239
"vite-plugin-ejs": "^1.6.4",
@@ -47,8 +44,8 @@
4744
"start": "vite",
4845
"build:web": "VITE_BUILD_TARGET=web ./script/build.sh",
4946
"build:ext": "VITE_BUILD_TARGET=extension ./script/build.sh",
50-
"build:firefox": "./script/build-firefox.sh",
51-
"build:chrome": "./script/build-chrome.sh"
47+
"build:firefox": "VITE_BUILD_PLATFORM=firefox ./script/build-firefox.sh",
48+
"build:chrome": "VITE_BUILD_PLATFORM=chrome ./script/build-chrome.sh"
5249
},
5350
"eslintConfig": {
5451
"extends": [

0 commit comments

Comments
 (0)