7fa943eb
梁灏
init
|
1
2
|
{
"name": "iview",
|
6c205656
梁灏
release 2.12.0
|
3
|
"version": "2.12.0",
|
7fa943eb
梁灏
init
|
4
|
"title": "iView",
|
c1cfacb2
梁灏
update readme
|
5
|
"description": "A high quality UI components Library with Vue.js",
|
7fa943eb
梁灏
init
|
6
7
8
9
10
11
12
13
14
15
|
"homepage": "http://www.iviewui.com",
"keywords": [
"iview",
"vue",
"vue.js",
"component",
"components",
"ui",
"framework"
],
|
5e8a2915
jingsam
add umd library b...
|
16
|
"main": "dist/iview.js",
|
17a0e6c5
jingsam
add dist/ to .git...
|
17
18
19
20
|
"files": [
"dist",
"src"
],
|
7fa943eb
梁灏
init
|
21
|
"scripts": {
|
728d5812
梁灏
update
|
22
|
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
|
f1dfa8ff
huanghong
fixed table show-...
|
23
|
"dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js",
|
451b52ce
梁灏
Global install iView
|
24
|
"dist:style": "gulp --gulpfile build/build-style.js",
|
5e8a2915
jingsam
add umd library b...
|
25
26
|
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
|
0813a64c
Lawrence Lee
update npm script...
|
27
28
|
"dist:locale": "webpack --config build/webpack.dist.locale.config.js",
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale",
|
b0893113
jingsam
add eslint
|
29
|
"lint": "eslint --fix --ext .js,.vue src",
|
9b6ff1ce
huixisheng
add test and upda...
|
30
|
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
44412093
huixisheng
[fixed] eslint error
|
31
|
"test": "npm run lint && npm run unit",
|
17a0e6c5
jingsam
add dist/ to .git...
|
32
|
"prepublish": "npm run dist"
|
7fa943eb
梁灏
init
|
33
34
35
|
},
"repository": {
"type": "git",
|
e06f5e26
梁灏
change git url
|
36
|
"url": "https://github.com/iview/iview"
|
7fa943eb
梁灏
init
|
37
38
39
40
|
},
"author": "Aresn",
"license": "MIT",
"bugs": {
|
e06f5e26
梁灏
change git url
|
41
|
"url": "https://github.com/iview/iview/issues"
|
7fa943eb
梁灏
init
|
42
|
},
|
646c24b3
梁灏
move vue to depen...
|
43
|
"dependencies": {
|
504f8c52
梁灏
update Modal
|
44
|
"async-validator": "^1.8.2",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
45
46
|
"deepmerge": "^2.1.0",
"element-resize-detector": "^1.1.14",
|
5426dcf9
Sergio Crisostomo
fix specs, fix me...
|
47
|
"js-calendar": "^1.2.3",
|
be01f0b4
Sergio Crisostomo
New component: Sc...
|
48
|
"lodash.throttle": "^4.1.1",
|
130ea92a
huanghong
update popper.js
|
49
|
"popper.js": "^1.14.1",
|
e31d3b05
Graham Fairweather
Revert early Sele...
|
50
|
"tinycolor2": "^1.4.1"
|
646c24b3
梁灏
move vue to depen...
|
51
|
},
|
60f67fea
jingsam
Update package.json
|
52
|
"peerDependencies": {
|
ecf6c2fa
梁灏
update dependence
|
53
|
"vue": "^2.5.2"
|
60f67fea
jingsam
Update package.json
|
54
|
},
|
7fa943eb
梁灏
init
|
55
|
"devDependencies": {
|
3b8f7c45
Graham Fairweather
Updates required ...
|
56
|
"autoprefixer-loader": "^3.2.0",
|
074ad8aa
Graham Fairweather
Resolve conflict
|
57
|
"babel-cli": "^6.26.0",
|
ee99d4ae
Sergio Crisostomo
Update dependencies
|
58
|
"babel-core": "^6.26.0",
|
e64ab2e1
Graham Fairweather
Merge
|
59
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
60
|
"babel-loader": "^7.1.4",
|
e64ab2e1
Graham Fairweather
Merge
|
61
62
63
64
65
|
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es5-property-mutators": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
66
67
|
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
|
10a9f53b
Xotic750
Upgrade: babel-pr...
|
68
|
"babel-preset-env": "^1.6.1",
|
0df878a8
Sergio Crisostomo
Add Object rest s...
|
69
|
"babel-preset-stage-3": "^6.24.1",
|
ee99d4ae
Sergio Crisostomo
Update dependencies
|
70
|
"babel-runtime": "^6.26.0",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
71
72
73
|
"chai": "^4.1.2",
"compression-webpack-plugin": "^1.1.10",
"cross-env": "^5.1.3",
|
3b8f7c45
Graham Fairweather
Updates required ...
|
74
|
"css-loader": "^0.28.10",
|
98bf25b3
梁灏
fixed #1286
|
75
|
"eslint": "^3.19.0",
|
0df878a8
Sergio Crisostomo
Add Object rest s...
|
76
|
"eslint-plugin-vue": "^2.1.0",
|
98bf25b3
梁灏
fixed #1286
|
77
|
"extract-text-webpack-plugin": "^2.1.2",
|
3b8f7c45
Graham Fairweather
Updates required ...
|
78
|
"file-loader": "^1.1.11",
|
9b6ff1ce
huixisheng
add test and upda...
|
79
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
7fa943eb
梁灏
init
|
80
|
"gulp": "^3.9.1",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
81
82
83
|
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.3",
"gulp-less": "^4.0.0",
|
7fa943eb
梁灏
init
|
84
|
"gulp-rename": "^1.2.2",
|
3b8f7c45
Graham Fairweather
Updates required ...
|
85
|
"html-loader": "^0.5.5",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
86
87
|
"html-webpack-plugin": "^3.0.6",
"karma": "^2.0.0",
|
d32a53b4
Sergio Crisostomo
Use Chrome Headle...
|
88
|
"karma-chrome-launcher": "^2.2.0",
|
9b6ff1ce
huixisheng
add test and upda...
|
89
90
|
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
|
c72de568
梁灏
update dependencies
|
91
|
"karma-sinon-chai": "^1.3.3",
|
9b6ff1ce
huixisheng
add test and upda...
|
92
|
"karma-sourcemap-loader": "^0.3.7",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
93
94
|
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.13",
|
c72de568
梁灏
update dependencies
|
95
|
"less": "^2.7.3",
|
3b8f7c45
Graham Fairweather
Updates required ...
|
96
|
"less-loader": "^4.0.6",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
97
98
99
100
|
"lolex": "^2.3.2",
"mocha": "^5.0.4",
"sinon": "^4.4.2",
"sinon-chai": "^3.0.0",
|
3b8f7c45
Graham Fairweather
Updates required ...
|
101
102
|
"style-loader": "^0.20.2",
"url-loader": "^1.0.1",
|
2e018fc7
梁灏
update vue
|
103
|
"vue": "^2.5.16",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
104
|
"vue-hot-reload-api": "^2.3.0",
|
3b8f7c45
Graham Fairweather
Updates required ...
|
105
|
"vue-html-loader": "^1.2.4",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
106
107
|
"vue-loader": "^14.2.1",
"vue-router": "^3.0.1",
|
3b8f7c45
Graham Fairweather
Updates required ...
|
108
|
"vue-style-loader": "^4.0.2",
|
2e018fc7
梁灏
update vue
|
109
|
"vue-template-compiler": "^2.5.16",
|
33332be1
Graham Fairweather
Non-breaking pack...
|
110
|
"webpack": "^3.11.0",
|
11867c87
梁灏
update vue-loader...
|
111
|
"webpack-dev-server": "^2.11.1",
|
c9c5e751
huixisheng
[change] optimize...
|
112
|
"webpack-merge": "^3.0.0"
|
9b6ff1ce
huixisheng
add test and upda...
|
113
114
|
},
"engines": {
|
ee99d4ae
Sergio Crisostomo
Update dependencies
|
115
|
"node": ">= 6.0.0",
|
9b6ff1ce
huixisheng
add test and upda...
|
116
|
"npm": ">= 3.0.0"
|
e64ab2e1
Graham Fairweather
Merge
|
117
118
119
120
121
122
123
124
125
126
|
},
"browserslist": [
"last 3 Chrome versions",
"last 3 Firefox versions",
"Safari >= 10",
"Explorer >= 11",
"Edge >= 12",
"iOS >= 10",
"Android >= 6"
]
|
7fa943eb
梁灏
init
|
127
|
}
|