@beisen/bscpm
Version:
47 lines (46 loc) • 1.31 kB
JSON
{
"name": "<%= moduleName %>",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "italent-thunder start",
"build": "italent-thunder build prod --mode development",
"build-prod": "italent-thunder build prod",
"lib": "stl build lib",
"examples": "sbl start --port 9001",
"prepublish": "npm run lib",
"commit": "git-cz"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "<%= repository %>"
},
"peerDependencies": {
"react": "15.x.x",
"react-dom": "15.x.x"
},
"devDependencies": {
"@beisen/ts": "1.x.x",
"@beisen/build": "1.x.x",
"@beisen/babel": "7.x.x",
"@beisen/storybook": "1.x.x",
"@beisen/storybook-react": "3.x.x",
"@beisen/italent-thunder": "1.x.x",
"@beisen/webpack": "4.x.x",
"commitizen": "2.x.x",
"cz-conventional-changelog": "2.x.x",
<% if (cssLanguage == 'style-components') { %>"styled-components": "^4.1.3",
<% if (useTypescript) { %>"@types/styled-components": "4.1.1",<% } %><% } %>
<% if (useTypescript) { %>"@types/react": "15.x.x",
"@types/react-dom": "15.x.x",<% } %>
"react": "15.x.x",
"react-dom": "15.x.x"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}