-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "promptcraft",
"private": true,
"version": "1.0.0",
"type": "module",
"homepage": "https://technoblogger14o3.github.io/prompt-generator",
"scripts": {
"dev": "vite",
"build": "vite build --config vite.config.ts",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.9",
"lucide-react": "^0.546.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21",
"gh-pages": "^6.3.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.15",
"vite": "^7.1.11"
},
"description": "A beautiful, responsive Prompt Generator Web App that helps users craft perfect ChatGPT prompts",
"keywords": [
"react",
"vite",
"tailwindcss",
"prompt-generator",
"chatgpt"
],
"author": "",
"license": "MIT"
}