7fa943eb
梁灏
init
|
1
2
|
{
"name": "iview",
|
1433a0fb
梁灏
release 2.0.0-rc.4
|
3
|
"version": "2.0.0-rc.4",
|
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",
|
451b52ce
梁灏
Global install iView
|
23
|
"dist:style": "gulp --gulpfile build/build-style.js",
|
5e8a2915
jingsam
add umd library b...
|
24
25
|
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
|
17a0e6c5
jingsam
add dist/ to .git...
|
26
|
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod",
|
b0893113
jingsam
add eslint
|
27
|
"lint": "eslint --fix --ext .js,.vue src",
|
9b6ff1ce
huixisheng
add test and upda...
|
28
|
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
44412093
huixisheng
[fixed] eslint error
|
29
|
"test": "npm run lint && npm run unit",
|
17a0e6c5
jingsam
add dist/ to .git...
|
30
|
"prepublish": "npm run dist"
|
7fa943eb
梁灏
init
|
31
32
33
|
},
"repository": {
"type": "git",
|
e06f5e26
梁灏
change git url
|
34
|
"url": "https://github.com/iview/iview"
|
7fa943eb
梁灏
init
|
35
36
37
38
|
},
"author": "Aresn",
"license": "MIT",
"bugs": {
|
e06f5e26
梁灏
change git url
|
39
|
"url": "https://github.com/iview/iview/issues"
|
7fa943eb
梁灏
init
|
40
|
},
|
646c24b3
梁灏
move vue to depen...
|
41
|
"dependencies": {
|
8a22e84f
梁灏
init Form component
|
42
|
"async-validator": "^1.6.7",
|
c6f21c2f
jingsam
fix ie bug
|
43
|
"core-js": "^2.4.1",
|
d33b5143
梁灏
support i18n
|
44
|
"deepmerge": "^1.3.1",
|
72493927
梁灏
fixed bug: Can no...
|
45
|
"popper.js": "^0.6.4"
|
646c24b3
梁灏
move vue to depen...
|
46
|
},
|
60f67fea
jingsam
Update package.json
|
47
|
"peerDependencies": {
|
2ce6a5df
梁灏
update package.json
|
48
|
"vue": "^2.1.10"
|
60f67fea
jingsam
Update package.json
|
49
|
},
|
7fa943eb
梁灏
init
|
50
51
|
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
|
2ce6a5df
梁灏
update package.json
|
52
53
|
"babel": "^6.23.0",
"babel-core": "^6.23.1",
|
7fa943eb
梁灏
init
|
54
55
56
57
|
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.11.6",
|
9b6ff1ce
huixisheng
add test and upda...
|
58
59
|
"chai": "^3.5.0",
"cross-env": "^3.1.4",
|
7fa943eb
梁灏
init
|
60
|
"css-loader": "^0.23.1",
|
b0893113
jingsam
add eslint
|
61
62
|
"eslint": "^3.12.2",
"eslint-plugin-html": "^1.7.0",
|
1f561319
梁灏
update webpack co...
|
63
|
"extract-text-webpack-plugin": "^2.0.0",
|
7fa943eb
梁灏
init
|
64
|
"file-loader": "^0.8.5",
|
9b6ff1ce
huixisheng
add test and upda...
|
65
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
44412093
huixisheng
[fixed] eslint error
|
66
|
"function-bind": "^1.1.0",
|
7fa943eb
梁灏
init
|
67
|
"gulp": "^3.9.1",
|
c058dcb3
jingsam
clean style
|
68
|
"gulp-autoprefixer": "^3.1.1",
|
e2645048
jingsam
remove tra...
|
69
|
"gulp-clean-css": "^2.0.13",
|
7fa943eb
梁灏
init
|
70
|
"gulp-less": "^3.1.0",
|
7fa943eb
梁灏
init
|
71
72
|
"gulp-rename": "^1.2.2",
"html-loader": "^0.3.0",
|
5af94c52
huixisheng
add HtmlWebpackPl...
|
73
|
"html-webpack-plugin": "^2.28.0",
|
9b6ff1ce
huixisheng
add test and upda...
|
74
75
76
77
78
79
80
81
|
"karma": "^1.4.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.2",
|
7fa943eb
梁灏
init
|
82
83
|
"less": "^2.7.1",
"less-loader": "^2.2.3",
|
9b6ff1ce
huixisheng
add test and upda...
|
84
85
86
87
88
|
"lolex": "^1.5.2",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.13",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
|
7fa943eb
梁灏
init
|
89
|
"style-loader": "^0.13.1",
|
49f124ae
梁灏
update package.json
|
90
|
"url-loader": "^0.5.7",
|
2ce6a5df
梁灏
update package.json
|
91
|
"vue": "^2.2.1",
|
7fa943eb
梁灏
init
|
92
93
|
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.3",
|
2ce6a5df
梁灏
update package.json
|
94
95
|
"vue-loader": "^11.0.0",
"vue-router": "^2.2.1",
|
7fa943eb
梁灏
init
|
96
|
"vue-style-loader": "^1.0.0",
|
bd596e7a
huixisheng
support Steps
|
97
|
"vue-template-compiler": "^2.2.1",
|
2ce6a5df
梁灏
update package.json
|
98
|
"webpack": "^2.2.1",
|
c9c5e751
huixisheng
[change] optimize...
|
99
100
|
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^3.0.0"
|
9b6ff1ce
huixisheng
add test and upda...
|
101
102
103
104
|
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
|
7fa943eb
梁灏
init
|
105
106
|
}
}
|