-
Notifications
You must be signed in to change notification settings - Fork 758
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.07 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.07 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
{
"name": "awesome-gpt-image-2-site",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"generate:site-data": "node scripts/generate-site-data.mjs",
"generate:style-skill": "node scripts/generate-style-skill.mjs",
"ga4:oauth": "node scripts/google-analytics-oauth.mjs",
"install:skill": "node scripts/install-style-skill.mjs",
"pack:skill": "npm pack ./agents/skills/gpt-image-2-style-library --dry-run",
"publish:skill:npm": "npm publish ./agents/skills/gpt-image-2-style-library --access public",
"predev": "npm run generate:site-data && npm run generate:style-skill",
"dev": "vite",
"prebuild": "npm run generate:site-data && npm run generate:style-skill",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google-analytics/data": "^5.2.2",
"@supabase/supabase-js": "^2.105.4",
"@vitejs/plugin-react": "^5.1.1",
"google-auth-library": "^10.6.2",
"lucide-react": "^0.561.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"stripe": "^22.1.1",
"vite": "^7.2.7"
}
}