forked from ottomated/noft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.74 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "noft",
"version": "1.0.2",
"private": true,
"description": "Chrome extension to auto-block NFT profile pictures on Twitter",
"repository": {
"type": "git",
"url": "git+https://github.com/ottomated/noft.git"
},
"license": "MIT",
"author": "Ottomated <otto@ottomated.pw>",
"scripts": {
"dev": "rollup -c -w",
"release": "cross-env NODE_ENV=production rollup -c",
"test": "jest",
"lint": "eslint src"
},
"dependencies": {
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-replace": "^3.0.0",
"izitoast": "^1.4.0",
"js-cookie": "^3.0.1",
"postcss": "^8.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.1.0",
"@types/chrome": "^0.0.176",
"@types/firefox-webext-browser": "^94.0.1",
"@types/jest": "^27.4.0",
"@types/js-cookie": "^3.0.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"cross-env": "^7.0.3",
"eslint": "^8.7.0",
"eslint-config-next": "^12.0.8",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"jest": "^27.4.7",
"jest-chrome": "^0.7.0",
"prettier": "^2.5.1",
"rollup": "^2.56.3",
"rollup-plugin-chrome-extension": "^3.6.1",
"rollup-plugin-empty-dir": "^1.0.5",
"rollup-plugin-zip": "^1.0.3",
"ts-jest": "^27.1.3",
"tslib": "^2.0.3",
"typescript": "^4.5.5"
}
}