1
0
mirror of synced 2025-12-26 14:00:11 -05:00
Files
blitz/recipes/styled-components/package.json
github-actions[bot] 4ac47ff2a1 Version Packages (#4270)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-05 11:03:08 +05:30

35 lines
801 B
JSON

{
"name": "@blitzjs/recipe-styled-components",
"private": true,
"version": "2.0.0-beta.11",
"description": "The Blitz Recipe for installing Styled Components",
"main": "index.ts",
"scripts": {
"test": "echo \"No tests yet\""
},
"repository": {
"type": "git",
"url": "https://github.com/blitz-js/blitz.git"
},
"keywords": [
"blitz",
"blitzjs",
"styled-components",
"css-in-js"
],
"author": "Kevin Langley Jr. <me@kevinlangleyjr.com>",
"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",
"ast-types": "0.14.2"
}
}