zhb-react-npm
Version:
react自定义测试第三版
30 lines (29 loc) • 674 B
JSON
{
"name": "zhb-react-npm",
"version": "1.0.2",
"description": "react自定义测试第三版",
"keywords": [
"react",
"AAA",
"BBB"
],
"main": "lib/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn run rollup -c",
"start": "yarn run rollup -c -w"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@emotion/babel-preset-css-prop": "^11.10.0",
"rollup": "^3.10.0",
"rollup-plugin-babel": "^4.4.0"
},
"dependencies": {
"styled-components": "^5.3.6"
}
}