mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-18 04:27:01 +00:00
first commit
This commit is contained in:
20
package.json
Executable file
20
package.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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": {
|
||||
"autoprefixer": "^10.4.2",
|
||||
"postcss": "^8.4.6",
|
||||
"tailwindcss": "^3.0.22"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss-cli": "^9.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user