@beisen/ethos
Version:
beisencloud pc react components
74 lines • 1.98 kB
JavaScript
module.exports = {
'react': {
root: 'React',
commonjs2: 'react',
commonjs: 'react',
amd: 'react'
}
, 'react-dom': {
root: 'ReactDOM',
commonjs2: 'react-dom',
commonjs: 'react-dom',
amd: 'react-dom'
}///
, 'react-router': {
root: 'ReactRouter',
commonjs2: 'react-router',
commonjs: 'react-router',
amd: 'react-router'
}
, 'react-addons-css-transition-group': {
root: 'ReactTransitionGroup',
commonjs2: 'react-addons-css-transition-group',
commonjs: 'react-addons-css-transition-group',
amd: 'react-addons-css-transition-group'
}
, 'redux': {
root: 'Redux',
commonjs2: 'redux',
commonjs: 'redux',
amd: 'redux'
}
, 'react-redux': {
root: 'ReactRedux',
commonjs2: 'react-redux',
commonjs: 'react-redux',
amd: 'react-redux'
}
, 'immutable': {
root: 'Immutable',
commonjs2: 'immutable',
commonjs: 'immutable',
amd: 'immutable'
}
, 'TalentCore': {
root: 'TalentCore',
commonjs2: 'TalentCore',
commonjs: 'TalentCore',
amd: 'TalentCore'
}
, 'lodash': {
root: 'lodash',
commonjs2: 'lodash',
commonjs: 'lodash',
amd: 'lodash'
}
, 'reduxAsyncConnect' : {
root: 'ReduxAsyncConnect',
commonjs2: 'reduxAsyncConnect',
commonjs: 'reduxAsyncConnect',
amd: 'reduxAsyncConnect'
}
, 'ReactTransformTenchmark' : {
root: 'ReactTransformTenchmark',
commonjs2: 'ReactTransformTenchmark',
commonjs: 'ReactTransformTenchmark',
amd: 'ReactTransformTenchmark'
}
, '@beisen/NaDeStyle' : {
root: 'ReactTransformTenchmark',
commonjs2: 'ReactTransformTenchmark',
commonjs: 'ReactTransformTenchmark',
amd: 'ReactTransformTenchmark'
}
};