-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 KB
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
{
"name": "insta-follow-comparator",
"version": "1.0.0",
"description": "Compare Instagram followers and following to see who you follow but doesn't follow you back, and vice versa",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@types/jszip": "^3.4.1",
"framer-motion": "^11.0.0",
"jszip": "^3.10.1",
"lucide-react": "^0.400.0",
"next": "14.2.35",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0"
},
"keywords": [
"instagram",
"followers",
"following",
"comparison",
"social-media",
"analytics"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Synapsr/InstaFollowComparator.git"
},
"homepage": "https://github.com/Synapsr/InstaFollowComparator#readme",
"bugs": {
"url": "https://github.com/Synapsr/InstaFollowComparator/issues"
}
}