-
Notifications
You must be signed in to change notification settings - Fork 284
/
package.json
31 lines (31 loc) · 892 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "news-feed-eradicator",
"title": "News Feed Eradicator for Facebook",
"id": "jid1-oWTXWc3MRzRuiQ",
"description": "Find yourself spending too much time on Facebook? Eradicate distractions by replacing your entire news feed with an inspiring quote",
"author": "Jordan West",
"license": "MIT",
"version": "2.3.0",
"scripts": {
"format": "prettier --write \"./src\"",
"check": "tsc --noEmit"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-replace": "^2.3.1",
"@rollup/plugin-typescript": "^4.0.0",
"prettier": "^2.0.5",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"rollup": "^2.2.0",
"rollup-plugin-css-only": "^2.0.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-string": "^3.0.0",
"snabbdom": "^0.7.2",
"tslib": "^1.9.3",
"typescript": "^5.4.5"
},
"dependencies": {
"@types/node": "^8.10.36"
}
}