sd-data-grid 1.2.4 → 1.2.6

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,82 +1,82 @@
1
- {
2
- "name": "sd-data-grid",
3
- "fileName": "data-grid",
4
- "description": "sundun data grid 自定义列表",
5
- "version": "1.2.4",
6
- "author": "liuzhengyong <liuzhengyong@gosuncn.com>",
7
- "license": "MIT",
8
- "private": false,
9
- "main": "dist/sd-data-grid.js",
10
- "scripts": {
11
- "clean": "rimraf ./dist",
12
- "prebuild": "npm run clean",
13
- "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
14
- "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
15
- "postbuild": "npm publish"
16
- },
17
- "directories": {
18
- "dist": "dist"
19
- },
20
- "dependencies": {
21
- "babel-plugin-syntax-dynamic-import": "^6.18.0",
22
- "template_js": "^2.4.0",
23
- "vue": "^2.5.11",
24
- "sd-user-selector": "1.0.8"
25
- },
26
- "browserslist": [
27
- "> 1%",
28
- "last 2 versions",
29
- "not ie <= 8"
30
- ],
31
- "devDependencies": {
32
- "@vue/cli-plugin-babel": "^3.0.1",
33
- "@vue/cli-plugin-eslint": "^3.0.1",
34
- "@vue/cli-plugin-unit-mocha": "^3.0.1",
35
- "@vue/cli-service": "^3.0.1",
36
- "@vue/eslint-config-standard": "^3.0.0-beta.10",
37
- "@vue/test-utils": "^1.0.0-beta.10",
38
- "babel-core": "^6.26.0",
39
- "babel-loader": "^7.1.2",
40
- "babel-preset-env": "^1.6.0",
41
- "babel-preset-stage-3": "^6.24.1",
42
- "chai": "^4.1.2",
43
- "compression-webpack-plugin": "^3.1.0",
44
- "cross-env": "^5.0.5",
45
- "css-loader": "^0.28.7",
46
- "eslint-plugin-cypress": "^2.0.1",
47
- "file-loader": "^1.1.4",
48
- "iview-area": "^1.6.0",
49
- "less": "^2.7.3",
50
- "less-loader": "^4.0.5",
51
- "iview-loader": "^1.3.0",
52
- "lint-staged": "^6.0.0",
53
- "mockjs": "^1.0.1-beta3",
54
- "node-sass": "^4.5.3",
55
- "postcss-pxtorem": "^5.1.1",
56
- "sass-loader": "^6.0.6",
57
- "sd-custom-dialog": "0.0.1",
58
- "stylus": "^0.54.8",
59
- "stylus-loader": "^3.0.2",
60
- "vue-loader": "^13.0.5",
61
- "vue-template-compiler": "^2.5.13",
62
- "vuex": "^3.4.0",
63
- "webpack": "^3.6.0",
64
- "webpack-dev-server": "^2.6.1"
65
- },
66
- "files": [
67
- "dist/"
68
- ],
69
- "repository": {
70
- "type": "git",
71
- "url": "git+https://github.com/xueyecheng/public-element-prompt-component.git"
72
- },
73
- "bugs": {
74
- "url": "https://github.com/xueyecheng/public-element-prompt-component/issues"
75
- },
76
- "homepage": "https://github.com/xueyecheng/public-element-prompt-component",
77
- "keywords": [
78
- "sundun",
79
- "data grid 自定义列表",
80
- "npm i sd-data-grid"
81
- ]
82
- }
1
+ {
2
+ "name": "sd-data-grid",
3
+ "fileName": "data-grid",
4
+ "description": "sundun data grid 自定义列表",
5
+ "version": "1.2.6",
6
+ "author": "liuzhengyong <liuzhengyong@gosuncn.com>",
7
+ "license": "MIT",
8
+ "private": false,
9
+ "main": "dist/sd-data-grid.js",
10
+ "scripts": {
11
+ "clean": "rimraf ./dist",
12
+ "prebuild": "npm run clean",
13
+ "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
14
+ "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
15
+ "postbuild": "npm publish"
16
+ },
17
+ "directories": {
18
+ "dist": "dist"
19
+ },
20
+ "dependencies": {
21
+ "babel-plugin-syntax-dynamic-import": "^6.18.0",
22
+ "template_js": "^2.4.0",
23
+ "vue": "^2.5.11",
24
+ "sd-user-selector": "1.0.8"
25
+ },
26
+ "browserslist": [
27
+ "> 1%",
28
+ "last 2 versions",
29
+ "not ie <= 8"
30
+ ],
31
+ "devDependencies": {
32
+ "@vue/cli-plugin-babel": "^3.0.1",
33
+ "@vue/cli-plugin-eslint": "^3.0.1",
34
+ "@vue/cli-plugin-unit-mocha": "^3.0.1",
35
+ "@vue/cli-service": "^3.0.1",
36
+ "@vue/eslint-config-standard": "^3.0.0-beta.10",
37
+ "@vue/test-utils": "^1.0.0-beta.10",
38
+ "babel-core": "^6.26.0",
39
+ "babel-loader": "^7.1.2",
40
+ "babel-preset-env": "^1.6.0",
41
+ "babel-preset-stage-3": "^6.24.1",
42
+ "chai": "^4.1.2",
43
+ "compression-webpack-plugin": "^3.1.0",
44
+ "cross-env": "^5.0.5",
45
+ "css-loader": "^0.28.7",
46
+ "eslint-plugin-cypress": "^2.0.1",
47
+ "file-loader": "^1.1.4",
48
+ "iview-area": "^1.6.0",
49
+ "less": "^2.7.3",
50
+ "less-loader": "^4.0.5",
51
+ "iview-loader": "^1.3.0",
52
+ "lint-staged": "^6.0.0",
53
+ "mockjs": "^1.0.1-beta3",
54
+ "node-sass": "^4.5.3",
55
+ "postcss-pxtorem": "^5.1.1",
56
+ "sass-loader": "^6.0.6",
57
+ "sd-custom-dialog": "0.0.1",
58
+ "stylus": "^0.54.8",
59
+ "stylus-loader": "^3.0.2",
60
+ "vue-loader": "^13.0.5",
61
+ "vue-template-compiler": "^2.5.13",
62
+ "vuex": "^3.4.0",
63
+ "webpack": "^3.6.0",
64
+ "webpack-dev-server": "^2.6.1"
65
+ },
66
+ "files": [
67
+ "dist/"
68
+ ],
69
+ "repository": {
70
+ "type": "git",
71
+ "url": "git+https://github.com/xueyecheng/public-element-prompt-component.git"
72
+ },
73
+ "bugs": {
74
+ "url": "https://github.com/xueyecheng/public-element-prompt-component/issues"
75
+ },
76
+ "homepage": "https://github.com/xueyecheng/public-element-prompt-component",
77
+ "keywords": [
78
+ "sundun",
79
+ "data grid 自定义列表",
80
+ "npm i sd-data-grid"
81
+ ]
82
+ }