@kdcloudjs/kingdee-base-components 0.0.1 → 0.0.2
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 +3 -13
package/package.json
CHANGED
|
@@ -1,21 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kdcloudjs/kingdee-base-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "KWC 框架基础组件",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"scripts": {
|
|
9
|
-
"
|
|
10
|
-
"copy": "cpy \"src/**\" dist/src --recursive",
|
|
11
|
-
"build": "npm run clean && npm run copy && cross-env NODE_ENV=production rollup -c rollup.config.js",
|
|
12
|
-
"build:components": "cross-env NODE_ENV=production rollup -c rollup.dev.config.js",
|
|
13
|
-
"build:components:docs": "cross-env NODE_ENV=production rollup -c rollup.docs.config.js",
|
|
14
|
-
"dev": "rollup -c rollup.dev.config.js --watch",
|
|
15
|
-
"test": "jest",
|
|
16
|
-
"lint": "eslint src/",
|
|
17
|
-
"type-check": "tsc --noEmit",
|
|
18
|
-
"lint:fix": "eslint . --fix"
|
|
9
|
+
"build:components": "cross-env NODE_ENV=production rollup -c rollup.dev.config.js"
|
|
19
10
|
},
|
|
20
11
|
"dependencies": {
|
|
21
12
|
"@kdcloudjs/kwc": "^1.0.0",
|
|
@@ -26,8 +17,7 @@
|
|
|
26
17
|
"rxjs": "^7.8.2"
|
|
27
18
|
},
|
|
28
19
|
"files": [
|
|
29
|
-
"dist"
|
|
30
|
-
"README.md"
|
|
20
|
+
"dist"
|
|
31
21
|
],
|
|
32
22
|
"devDependencies": {
|
|
33
23
|
"@kdcloudjs/eslint-config-kwc": "^1.0.2",
|