-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
18 lines (18 loc) · 866 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "isf-web",
"version": "1.0.0",
"description": "Welcome to the **Iligan Stray Feeders (ISF)** web application! Our platform is dedicated to connecting stray animals in Iligan City with potential adopters and donors. Additionally, we provide valuable resources for lost and found pets. ISF is a project that aims to unite volunteers and individuals who want to make a difference in the lives of stray animals.",
"main": "tailwind.config.js",
"scripts": {
"compile:css": "tailwindcss -i web/static/css/tailwind.css -o web/static/css/styles.css --watch",
"prod:css": "tailwindcss -i web/static/css/tailwind.css -o web/static/css/styles.css"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"daisyui": "^4.4.2",
"tailwindcss": "^3.3.5"
}
}