-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
{
"name": "linkedin-autoconnect-chrome-extension",
"version": "2.1.3",
"description": "Automatically clicks all 'Connect' buttons available on LinkedIn 'Search People' and 'Recommended For You' pages.",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/felladrin/linkedin-autoconnect-chrome-extension.git"
},
"author": "Victor Nogueira <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/felladrin/linkedin-autoconnect-chrome-extension/issues"
},
"scripts": {
"start": "tsx scripts/start.ts",
"build": "tsx scripts/build.ts"
},
"devDependencies": {
"@types/archiver": "^6.0.0",
"@types/chrome": "^0.0.293",
"@types/node": "^22.0.0",
"@types/react-dom": "^18.0.0",
"@types/shelljs": "^0.8.8",
"archiver": "^7.0.0",
"shelljs": "^0.8.4",
"tsx": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^6.0.0"
},
"dependencies": {
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@types/react": "^18.0.0",
"create-pubsub": "^1.6.3",
"framer-motion": "^11.0.0",
"random-int": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0"
}
}