-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 896 Bytes
/
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
{
"name": "iknite-ex4",
"version": "1.0.0",
"description": "Building a efarm platform where farmers can list and showcase their items, buyers can see, buy and read more about the items and go forward to purchase the product. Farmers can upload products, edit, delete and even modify the items uploaded",
"main": "index.js",
"scripts": {
"build": "npx tailwindcss -i ./src/input.css -o ./public/main.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbianou-bradon/iknite-Ex4.git"
},
"author": "Mbianou Bradon, Kimboh Lovette, Samba Carlson",
"license": "ISC",
"bugs": {
"url": "https://github.com/mbianou-bradon/iknite-Ex4/issues"
},
"homepage": "https://github.com/mbianou-bradon/iknite-Ex4#readme",
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.13",
"tailwindcss": "^3.2.4"
}
}