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.
16 lines
299 B
JSON
16 lines
299 B
JSON
5 years ago
|
{
|
||
|
"name": "tailwind_css",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"build": "tailwind build src/css/tailwind.css -o public/css/tailwind.css"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"tailwindcss": "^1.1.2"
|
||
|
}
|
||
|
}
|