mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-17 08:47:01 +00:00
22 lines
544 B
JSON
Executable File
22 lines
544 B
JSON
Executable File
{
|
|
"name": "tailshape",
|
|
"version": "1.0.0",
|
|
"description": "tailShape tailwind by shaperk",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "npx tailwindcss -i ./src/tailshape.css -o ./dist/tailshape.css --watch"
|
|
},
|
|
"author": "Istiyak Amin",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.0.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"postcss": "^8.4.6",
|
|
"tailwindcss": "^3.0.22"
|
|
},
|
|
"dependencies": {
|
|
"postcss-cli": "^9.1.0"
|
|
}
|
|
}
|