32 lines
700 B
JSON
32 lines
700 B
JSON
{
|
|
"name": "@blitzjs/recipe-tailwind",
|
|
"private": true,
|
|
"version": "2.0.0-beta.11",
|
|
"description": "The Blitz Recipe for installing Tailwind CSS",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"No tests yet\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/blitz-js/blitz.git"
|
|
},
|
|
"keywords": [
|
|
"blitz",
|
|
"blitzjs"
|
|
],
|
|
"author": "aem <adam@markon.codes>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/blitz-js/blitz/issues"
|
|
},
|
|
"homepage": "https://github.com/blitz-js/blitz#readme",
|
|
"dependencies": {
|
|
"blitz": "2.0.2",
|
|
"jscodeshift": "0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jscodeshift": "0.11.2"
|
|
}
|
|
}
|