Files
tailShape/package.json
2022-02-16 16:13:54 +06:00

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"
}
}