-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "jump-to-code",
"private": false,
"displayName": "Jump to Code",
"license": "MIT",
"version": "0.0.1",
"description": "Jump to VSCode from GitHub files",
"author": "Jake Correa <jcorrea257@gmail.com>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"invoke": "node -r esbuild-runner/register --"
},
"dependencies": {
"@plasmohq/messaging": "^0.1.1",
"@plasmohq/storage": "^1.0.5",
"daisyui": "^2.50.2",
"lucide-react": "^0.115.0",
"plasmo": "0.65.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.1",
"react-router-dom": "^6.8.1",
"tailwind-merge": "^1.9.1"
},
"devDependencies": {
"@types/chrome": "0.0.210",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"autoprefixer": "^10.4.13",
"esbuild": "^0.17.8",
"esbuild-runner": "^2.2.2",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^9.0.0",
"eslint-plugin-tailwindcss": "^3.8.2",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.21",
"prettier": "2.8.3",
"tailwindcss": "^3.2.4",
"tsx": "^3.12.3",
"typescript": "4.9.4"
},
"manifest": {
"host_permissions": [
"https://github.com/*"
]
}
}