ct-component-plus 0.0.1 → 0.0.3

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,22 +1,20 @@
1
1
  {
2
2
  "name": "ct-component-plus",
3
3
  "private": false,
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "type": "module",
6
- "main": "packages/index.js",
6
+ "main": "packages/components/index.js",
7
7
  "files": [
8
8
  "packages"
9
9
  ],
10
10
  "scripts": {
11
11
  "dev": "vite",
12
12
  "build": "vite build",
13
- "lib": "vite build --target lib --outDir lib packages/index.js",
14
13
  "preview": "vite preview",
15
14
  "docs:dev": "vuepress dev docs",
16
15
  "docs:build": "vuepress build docs"
17
16
  },
18
17
  "dependencies": {
19
- "cingta-animation": "^0.2.3",
20
18
  "cingta-icon": "^2.0.0",
21
19
  "element-plus": "^2.3.4",
22
20
  "vue": "^3.2.47"
@@ -25,6 +23,7 @@
25
23
  "@vitejs/plugin-vue": "^4.1.0",
26
24
  "@vuepress/bundler-webpack": "^2.0.0-beta.63",
27
25
  "axios": "^1.4.0",
26
+ "cingta-animation": "^0.2.5",
28
27
  "clipboard-copy": "^4.0.1",
29
28
  "echarts": "^5.4.2",
30
29
  "less": "^4.1.3",
@@ -23,6 +23,8 @@ import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
23
23
  import cingtaIcon from 'cingta-icon';
24
24
  // import cingtaIcon from '../../icon/components/index';
25
25
  import { isObject } from '../utils';
26
+ import '../style/init.less';
27
+ import '../style/element.less';
26
28
 
27
29
  const components = [
28
30
  button,