@cd-pkg/babel
Version:
Babel Configuration For Styled components NextJS project
31 lines (30 loc) • 807 B
JSON
{
"name": "@cd-pkg/babel",
"version": "1.0.1",
"description": "Babel Configuration For Styled components NextJS project",
"main": ".babelrc.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://cannydigit@bitbucket.org/canny-npm-packages/canny-babel.git"
},
"keywords": [
"Babel",
"Canny",
"Babel-config",
"Next-JS",
"Styled-components"
],
"author": "Tamilvanan",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/canny-npm-packages/canny-babel/issues"
},
"homepage": "https://bitbucket.org/canny-npm-packages/canny-babel#readme",
"dependencies": {
"@babel/plugin-proposal-do-expressions": "^7.25.9",
"babel-plugin-styled-components": "^2.1.4"
}
}