@panpanzhao/component-ui 0.0.38 → 0.0.39
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 +66 -66
package/package.json
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@panpanzhao/component-ui",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "A Component Library for Vue.js.",
|
|
5
|
-
"main": "lib/component-ui.common.js",
|
|
6
|
-
"unpkg": "lib/index.js",
|
|
7
|
-
"style": "lib/styles/component-ui.css",
|
|
8
|
-
"files": [
|
|
9
|
-
"lib"
|
|
10
|
-
],
|
|
11
|
-
"scripts": {
|
|
12
|
-
"demo:dev": "npm run -C demos demo:dev",
|
|
13
|
-
"build:component": "webpack --config build/webpack.component.js",
|
|
14
|
-
"build:theme": "gulp build --gulpfile build/gulpfile.js",
|
|
15
|
-
"build:utils": "cross-env BABEL_ENV=utils babel src/utils --out-dir lib/utils --ignore src/index.js",
|
|
16
|
-
"build:common": "npm run build:component && webpack --config build/webpack.common.js",
|
|
17
|
-
"build:index": "webpack --config build/webpack.conf.js",
|
|
18
|
-
"dist": "npm run clean && npm run build:common && npm run build:index && npm run build:utils && npm run build:theme",
|
|
19
|
-
"clean": "rimraf lib",
|
|
20
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
21
|
-
},
|
|
22
|
-
"publishConfig": {
|
|
23
|
-
"access": "public",
|
|
24
|
-
"registry": "https://registry.npmjs.org"
|
|
25
|
-
},
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "git@gitlab.wabestway.com:front/design/component-ui.git"
|
|
29
|
-
},
|
|
30
|
-
"author": "ppzhao",
|
|
31
|
-
"license": "ISC",
|
|
32
|
-
"peerDependencies": {
|
|
33
|
-
"vue": "^2.6.14"
|
|
34
|
-
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@babel/cli": "^7.21.0",
|
|
37
|
-
"@babel/core": "^7.21.0",
|
|
38
|
-
"@babel/preset-env": "^7.18.10",
|
|
39
|
-
"@vue/babel-preset-jsx": "^1.2.4",
|
|
40
|
-
"babel-loader": "^8.2.5",
|
|
41
|
-
"babel-plugin-module-resolver": "^5.0.0",
|
|
42
|
-
"cross-env": "^7.0.3",
|
|
43
|
-
"css-loader": "^2.1.0",
|
|
44
|
-
"file-loader": "^1.1.11",
|
|
45
|
-
"gulp": "^4.0.2",
|
|
46
|
-
"gulp-autoprefixer": "^8.0.0",
|
|
47
|
-
"gulp-cssmin": "^0.2.0",
|
|
48
|
-
"gulp-sass": "^5.1.0",
|
|
49
|
-
"node-sass": "^7.0.1",
|
|
50
|
-
"progress-bar-webpack-plugin": "^1.11.0",
|
|
51
|
-
"style-loader": "^0.23.1",
|
|
52
|
-
"vue": "^2.6.14",
|
|
53
|
-
"vue-loader": "^15.7.0",
|
|
54
|
-
"vue-template-compiler": "^2.6.14",
|
|
55
|
-
"webpack": "^4.14.0",
|
|
56
|
-
"webpack-cli": "^3.0.8",
|
|
57
|
-
"webpack-dev-server": "^3.1.11",
|
|
58
|
-
"webpack-node-externals": "^1.7.2"
|
|
59
|
-
},
|
|
60
|
-
"dependencies": {
|
|
61
|
-
"async-validator": "^4.2.5",
|
|
62
|
-
"codemirror": "^5.63.0",
|
|
63
|
-
"dayjs": "^1.11.7",
|
|
64
|
-
"element-ui": "^2.15.13",
|
|
65
|
-
"lodash": "^4.17.21"
|
|
66
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@panpanzhao/component-ui",
|
|
3
|
+
"version": "0.0.39",
|
|
4
|
+
"description": "A Component Library for Vue.js.",
|
|
5
|
+
"main": "lib/component-ui.common.js",
|
|
6
|
+
"unpkg": "lib/index.js",
|
|
7
|
+
"style": "lib/styles/component-ui.css",
|
|
8
|
+
"files": [
|
|
9
|
+
"lib"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"demo:dev": "npm run -C demos demo:dev",
|
|
13
|
+
"build:component": "webpack --config build/webpack.component.js",
|
|
14
|
+
"build:theme": "gulp build --gulpfile build/gulpfile.js",
|
|
15
|
+
"build:utils": "cross-env BABEL_ENV=utils babel src/utils --out-dir lib/utils --ignore src/index.js",
|
|
16
|
+
"build:common": "npm run build:component && webpack --config build/webpack.common.js",
|
|
17
|
+
"build:index": "webpack --config build/webpack.conf.js",
|
|
18
|
+
"dist": "npm run clean && npm run build:common && npm run build:index && npm run build:utils && npm run build:theme",
|
|
19
|
+
"clean": "rimraf lib",
|
|
20
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
21
|
+
},
|
|
22
|
+
"publishConfig": {
|
|
23
|
+
"access": "public",
|
|
24
|
+
"registry": "https://registry.npmjs.org"
|
|
25
|
+
},
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "git@gitlab.wabestway.com:front/design/component-ui.git"
|
|
29
|
+
},
|
|
30
|
+
"author": "ppzhao",
|
|
31
|
+
"license": "ISC",
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"vue": "^2.6.14"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@babel/cli": "^7.21.0",
|
|
37
|
+
"@babel/core": "^7.21.0",
|
|
38
|
+
"@babel/preset-env": "^7.18.10",
|
|
39
|
+
"@vue/babel-preset-jsx": "^1.2.4",
|
|
40
|
+
"babel-loader": "^8.2.5",
|
|
41
|
+
"babel-plugin-module-resolver": "^5.0.0",
|
|
42
|
+
"cross-env": "^7.0.3",
|
|
43
|
+
"css-loader": "^2.1.0",
|
|
44
|
+
"file-loader": "^1.1.11",
|
|
45
|
+
"gulp": "^4.0.2",
|
|
46
|
+
"gulp-autoprefixer": "^8.0.0",
|
|
47
|
+
"gulp-cssmin": "^0.2.0",
|
|
48
|
+
"gulp-sass": "^5.1.0",
|
|
49
|
+
"node-sass": "^7.0.1",
|
|
50
|
+
"progress-bar-webpack-plugin": "^1.11.0",
|
|
51
|
+
"style-loader": "^0.23.1",
|
|
52
|
+
"vue": "^2.6.14",
|
|
53
|
+
"vue-loader": "^15.7.0",
|
|
54
|
+
"vue-template-compiler": "^2.6.14",
|
|
55
|
+
"webpack": "^4.14.0",
|
|
56
|
+
"webpack-cli": "^3.0.8",
|
|
57
|
+
"webpack-dev-server": "^3.1.11",
|
|
58
|
+
"webpack-node-externals": "^1.7.2"
|
|
59
|
+
},
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"async-validator": "^4.2.5",
|
|
62
|
+
"codemirror": "^5.63.0",
|
|
63
|
+
"dayjs": "^1.11.7",
|
|
64
|
+
"element-ui": "^2.15.13",
|
|
65
|
+
"lodash": "^4.17.21"
|
|
66
|
+
}
|
|
67
67
|
}
|