Blame view

package.json 3.78 KB
7fa943eb   梁灏   init
1
2
  {
    "name": "iview",
4f866de5   梁灏   release 2.9.2
3
    "version": "2.9.2",
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",
0813a64c   Lawrence Lee   update npm script...
26
27
      "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   :art: add eslint
28
      "lint": "eslint --fix --ext .js,.vue src",
9b6ff1ce   huixisheng   add test and upda...
29
      "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
44412093   huixisheng   [fixed] eslint error
30
      "test": "npm run lint && npm run unit",
17a0e6c5   jingsam   add dist/ to .git...
31
      "prepublish": "npm run dist"
7fa943eb   梁灏   init
32
33
34
    },
    "repository": {
      "type": "git",
e06f5e26   梁灏   change git url
35
      "url": "https://github.com/iview/iview"
7fa943eb   梁灏   init
36
37
38
39
    },
    "author": "Aresn",
    "license": "MIT",
    "bugs": {
e06f5e26   梁灏   change git url
40
      "url": "https://github.com/iview/iview/issues"
7fa943eb   梁灏   init
41
    },
646c24b3   梁灏   move vue to depen...
42
    "dependencies": {
504f8c52   梁灏   update Modal
43
      "async-validator": "^1.8.2",
c6487ddf   梁灏   update dependencies
44
      "deepmerge": "^1.5.2",
11867c87   梁灏   update vue-loader...
45
      "element-resize-detector": "^1.1.13",
5426dcf9   Sergio Crisostomo   fix specs, fix me...
46
      "js-calendar": "^1.2.3",
be01f0b4   Sergio Crisostomo   New component: Sc...
47
      "lodash.throttle": "^4.1.1",
e7893a68   梁灏   update ColorPicker
48
      "popper.js": "^0.6.4",
ac63ff47   Graham Fairweather   Use RegExp.escape...
49
      "regexp.escape": "^1.0.2",
e7893a68   梁灏   update ColorPicker
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
56
    "devDependencies": {
      "autoprefixer-loader": "^2.0.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",
98bf25b3   梁灏   fixed #1286
60
      "babel-loader": "^6.4.1",
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",
7fa943eb   梁灏   init
66
      "babel-plugin-transform-runtime": "^6.12.0",
e64ab2e1   Graham Fairweather   Merge
67
      "babel-plugin-transform-vue-jsx": "^3.5.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",
9b6ff1ce   huixisheng   add test and upda...
71
      "chai": "^3.5.0",
504f8c52   梁灏   update Modal
72
      "compression-webpack-plugin": "^1.1.3",
98bf25b3   梁灏   fixed #1286
73
      "cross-env": "^3.2.4",
7fa943eb   梁灏   init
74
      "css-loader": "^0.23.1",
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",
7fa943eb   梁灏   init
78
      "file-loader": "^0.8.5",
9b6ff1ce   huixisheng   add test and upda...
79
      "friendly-errors-webpack-plugin": "^1.6.1",
7fa943eb   梁灏   init
80
      "gulp": "^3.9.1",
c058dcb3   jingsam   clean style
81
      "gulp-autoprefixer": "^3.1.1",
e2645048   jingsam   :fire: remove tra...
82
      "gulp-clean-css": "^2.0.13",
98bf25b3   梁灏   fixed #1286
83
      "gulp-less": "^3.3.2",
7fa943eb   梁灏   init
84
85
      "gulp-rename": "^1.2.2",
      "html-loader": "^0.3.0",
ee99d4ae   Sergio Crisostomo   Update dependencies
86
87
      "html-webpack-plugin": "^2.30.1",
      "karma": "^1.7.1",
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
93
      "karma-sourcemap-loader": "^0.3.7",
      "karma-spec-reporter": "0.0.26",
504f8c52   梁灏   update Modal
94
      "karma-webpack": "^2.0.9",
c72de568   梁灏   update dependencies
95
      "less": "^2.7.3",
7fa943eb   梁灏   init
96
      "less-loader": "^2.2.3",
9b6ff1ce   huixisheng   add test and upda...
97
      "lolex": "^1.5.2",
ee99d4ae   Sergio Crisostomo   Update dependencies
98
      "mocha": "^3.5.3",
d7847330   梁灏   upgrade dependencies
99
      "sinon": "^3.3.0",
c6487ddf   梁灏   update dependencies
100
      "sinon-chai": "^2.14.0",
7fa943eb   梁灏   init
101
      "style-loader": "^0.13.1",
98bf25b3   梁灏   fixed #1286
102
      "url-loader": "^0.5.9",
504f8c52   梁灏   update Modal
103
      "vue": "^2.5.13",
7fa943eb   梁灏   init
104
105
      "vue-hot-reload-api": "^1.3.3",
      "vue-html-loader": "^1.2.3",
11867c87   梁灏   update vue-loader...
106
      "vue-loader": "^13.7.0",
82151bd9   梁灏   update dependencies
107
      "vue-router": "^2.8.1",
7fa943eb   梁灏   init
108
      "vue-style-loader": "^1.0.0",
504f8c52   梁灏   update Modal
109
110
      "vue-template-compiler": "^2.5.13",
      "webpack": "^3.10.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
  }