UNPKG

2.62 kBJavaScriptView Raw
1module.exports = {
2 'react': {
3 root: 'React',
4 commonjs2: 'react',
5 commonjs: 'react',
6 amd: 'react'
7 }
8 , 'react-dom': {
9 root: 'ReactDOM',
10 commonjs2: 'react-dom',
11 commonjs: 'react-dom',
12 amd: 'react-dom'
13 }
14 , 'react-router': {
15 root: 'ReactRouter',
16 commonjs2: 'react-router',
17 commonjs: 'react-router',
18 amd: 'react-router'
19 }
20 , 'react-router-redux': {
21 root: 'ReactRouterRedux',
22 commonjs2: 'react-router-redux',
23 commonjs: 'react-router-redux',
24 amd: 'react-router-redux'
25 }
26 , 'react-addons-css-transition-group': {
27 root: 'ReactTransitionGroup',
28 commonjs2: 'react-addons-css-transition-group',
29 commonjs: 'react-addons-css-transition-group',
30 amd: 'react-addons-css-transition-group'
31 }
32 , 'redux': {
33 root: 'Redux',
34 commonjs2: 'redux',
35 commonjs: 'redux',
36 amd: 'redux'
37 }
38 , 'react-redux': {
39 root: 'ReactRedux',
40 commonjs2: 'react-redux',
41 commonjs: 'react-redux',
42 amd: 'react-redux'
43 }
44 , 'immutable': {
45 root: 'Immutable',
46 commonjs2: 'immutable',
47 commonjs: 'immutable',
48 amd: 'immutable'
49 }
50 , 'TalentCore': {
51 root: 'TalentCore',
52 commonjs2: 'TalentCore',
53 commonjs: 'TalentCore',
54 amd: 'TalentCore'
55 }
56 , 'ReactTransformTenchmark' : {
57 root: 'ReactTransformTenchmark',
58 commonjs2: 'ReactTransformTenchmark',
59 commonjs: 'ReactTransformTenchmark',
60 amd: 'ReactTransformTenchmark'
61 }
62 , 'react-tap-event-plugin' : {
63 root: 'ReactTapEventPlugin',
64 commonjs2: 'ReactTapEventPlugin',
65 commonjs: 'ReactTapEventPlugin',
66 amd: 'ReactTapEventPlugin'
67 }
68 , "@beisen/ethos":{
69 root: '@beisen/ethos',
70 commonjs2: '@beisen/ethos',
71 commonjs: '@beisen/ethos',
72 amd: '@beisen/ethos'
73 }
74 , "@beisen/beisen-cloud-ui":{
75 root: '@beisen/beisen-cloud-ui',
76 commonjs2: '@beisen/beisen-cloud-ui',
77 commonjs: '@beisen/beisen-cloud-ui',
78 amd: '@beisen/beisen-cloud-ui'
79 }
80 ,"@beisen/chaos-ui":{
81 root: '@beisen/chaos-ui',
82 commonjs2: '@beisen/chaos-ui',
83 commonjs: '@beisen/chaos-ui',
84 amd: '@beisen/chaos-ui'
85 }
86 ,"@beisen/beisencloud-mobile":{
87 root: '@beisen/beisencloud-mobile',
88 commonjs2: '@beisen/beisencloud-mobile',
89 commonjs: '@beisen/beisencloud-mobile',
90 amd: '@beisen/beisencloud-mobile'
91 }
92 };
\No newline at end of file