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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo-cmp-cli",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "前端脚手架:自定义组件开发工具,支持react 和 vue2.0技术栈。",
5
5
  "keywords": [
6
6
  "neo-cli",
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@commitlint/cli": "^8.3.5",
46
46
  "@commitlint/config-conventional": "^9.1.1",
47
- "neo-cmp-cli": "^1.0.12",
47
+ "neo-cmp-cli": "^1.0.13",
48
48
  "husky": "^4.2.5",
49
49
  "lint-staged": "^10.2.9",
50
50
  "prettier": "^2.0.5"
@@ -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: {
@@ -47,7 +47,7 @@
47
47
  "@commitlint/config-conventional": "^9.1.1",
48
48
  "@types/react": "^16.9.11",
49
49
  "@types/react-dom": "^16.9.15",
50
- "neo-cmp-cli": "^1.0.12",
50
+ "neo-cmp-cli": "^1.0.13",
51
51
  "husky": "^4.2.5",
52
52
  "lint-staged": "^10.2.9",
53
53
  "prettier": "^2.0.5"
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@commitlint/cli": "^8.3.5",
46
46
  "@commitlint/config-conventional": "^9.1.1",
47
- "neo-cmp-cli": "^1.0.12",
47
+ "neo-cmp-cli": "^1.0.13",
48
48
  "husky": "^4.2.5",
49
49
  "lint-staged": "^10.2.9",
50
50
  "prettier": "^2.0.5",