neo-cmp-cli 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -12,26 +12,6 @@ function resolve(dir) {
|
|
|
12
12
|
return path.resolve(__dirname, dir);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Neo 提供的可共享依赖
|
|
17
|
-
* 说明:用于剔除掉自定义组件中的重复依赖,避免重复打包,减少包体积
|
|
18
|
-
*/
|
|
19
|
-
const neoSharedDeps = {
|
|
20
|
-
antd: '4.9.4',
|
|
21
|
-
'antd-mobile': '2.3.4',
|
|
22
|
-
'@ant-design/icons': '^4.8.0',
|
|
23
|
-
axios: '^0.27.2',
|
|
24
|
-
'angular-expressions': '^1.1.4',
|
|
25
|
-
echarts: '5.4.2',
|
|
26
|
-
mobx: '^6.3.0',
|
|
27
|
-
'mobx-react': '^7.0.0',
|
|
28
|
-
'mobx-state-tree': '^5.4.0',
|
|
29
|
-
moment: '^2.25.3',
|
|
30
|
-
lodash: '^4.17.21',
|
|
31
|
-
'react-dnd': '^11.1.3',
|
|
32
|
-
classnames: '^2.3.2'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
15
|
// 包括生产和开发的环境配置信息
|
|
36
16
|
module.exports = {
|
|
37
17
|
settings: {
|