-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.17 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
{
"name": "happy-pongal-wishes",
"description": "Happy Ponagl Greeting Wishes image with Name - Happy Ponagl Greeting image Generator in Tamil and English.",
"private": true,
"version": "0.0.1",
"main": "main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"css": "tailwindcss -m -i ./styles/tailwind.css -o public/css/style.css",
"lint": "eslint . --ext .js --cache",
"lintfix": "eslint . --ext .js --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,html}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mskian/happy-pongal-wishes.git"
},
"keywords": [
"wishes",
"Ponagl",
"2024"
],
"author": "Santhosh Veer",
"license": "MIT",
"bugs": {
"url": "https://github.com/mskian/happy-pongal-wishes/issues"
},
"homepage": "https://github.com/mskian/happy-pongal-wishes#readme",
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "10.4.20",
"eslint": "^9.14.0",
"postcss": "^8.4.48",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"vite": "^5.4.11"
},
"dependencies": {
"slugify": "^1.6.6"
}
}