You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
407 B
JSON
17 lines
407 B
JSON
{
|
|
"name": "tailwind_yt_tut",
|
|
"version": "1.0.0",
|
|
"description": "Video: https://www.youtube.com/watch?v=dFgzHOX84xQ",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tailwindcss -i ./input.css -o ./css/main.css",
|
|
"watch": "tailwindcss -i ./input.css -o ./css/main.css --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|