35 lines
801 B
JSON
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"
|
|
}
|
|
}
|