-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.44 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.44 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
52
53
54
55
56
57
58
59
60
{
"name": "boomerang-cast-scheduler",
"version": "1.0.0",
"private": true,
"description": "Boomerang - Professional Farcaster cast scheduling platform with stunning glass-morphism UI. Schedule, manage, and grow your Farcaster presence with USDC subscriptions.",
"main": "index.js",
"dependencies": {
"@farcaster/core": "^0.10.2",
"@farcaster/hub-web": "^0.10.0",
"@farcaster/miniapp-sdk": "^0.1.9",
"date-fns": "^3.6.0",
"lucide-react": "^0.468.0",
"papaparse": "^5.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.62.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^6.30.1",
"react-scripts": "5.0.1",
"web-vitals": "^5.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [
"boomerang",
"farcaster",
"scheduler",
"social-media",
"content-calendar",
"bulk-upload",
"glass-morphism",
"modern-ui",
"usdc-subscriptions",
"production-ready"
],
"author": "Boomerang Team",
"license": "MIT"
}