-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 946 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
32
33
34
35
36
37
38
39
40
{
"name": "pin-tweet-to-ipfs",
"version": "5.0.5",
"description": "Pin Tweets to IPFS",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meandavejustice/pin-tweet-to-ipfs"
},
"type": "module",
"scripts": {
"build": "node esbuild.js",
"bundle": "bash ./bundle.sh",
"lint": "eslint .",
"standard": "standard"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"standard": "17.1.0"
},
"devDependencies": {
"@types/chrome": "0.0.254",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"cpy": "11.0.0",
"del": "7.1.0",
"esbuild": "0.19.8",
"esbuild-plugin-svg": "0.1.0",
"eslint": "8.55.0",
"eslint-plugin-react": "7.33.2",
"typescript": "5.3.3"
},
"eslintIgnore": [
"/build/**",
"esbuild.js"
]
}