Blame view

package.json 4.69 KB
7fa943eb   梁灏   init
1
  {
dcfb9e6c   Graham Fairweather   Fix: update engines
2
      "name": "iview",
272ecc1e   梁灏   release 3.4.0
3
      "version": "3.4.0",
dcfb9e6c   Graham Fairweather   Fix: update engines
4
      "title": "iView",
26369639   Graham Fairweather   Update v-click-ou...
5
      "description": "A high quality UI components Library with Vue.js",
dcfb9e6c   Graham Fairweather   Fix: update engines
6
      "homepage": "http://www.iviewui.com",
a7713a76   梁灏   update dist
7
8
9
10
11
12
13
14
15
      "keywords": [
          "iview",
          "vue",
          "vue.js",
          "component",
          "components",
          "ui",
          "framework"
      ],
dcfb9e6c   Graham Fairweather   Fix: update engines
16
      "main": "dist/iview.js",
31e20091   yangd   修复#4555
17
      "typings": "types/index.d.ts",
a7713a76   梁灏   update dist
18
19
      "files": [
          "dist",
3bb8ab3e   Haven   fix: add types in...
20
21
          "src",
          "types"
a7713a76   梁灏   update dist
22
      ],
dcfb9e6c   Graham Fairweather   Fix: update engines
23
      "scripts": {
a7713a76   梁灏   update dist
24
25
          "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
          "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",
dcfb9e6c   Graham Fairweather   Fix: update engines
26
27
28
29
30
31
          "dist:style": "gulp --gulpfile build/build-style.js",
          "dist:dev": "webpack --config build/webpack.dist.dev.config.js",
          "dist:prod": "webpack --config build/webpack.dist.prod.config.js",
          "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",
          "lint": "eslint --fix --ext .js,.vue src",
3bc6c8c7   梁灏   update
32
          "tslint": "tslint --type-check --fix --project .",
dcfb9e6c   Graham Fairweather   Fix: update engines
33
          "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
4cefb894   yangdan8   Merge branch '2.0...
34
          "test": "npm run lint && npm run tslint && npm run unit",
26369639   Graham Fairweather   Update v-click-ou...
35
          "prepare": "npm run dist"
dcfb9e6c   Graham Fairweather   Fix: update engines
36
37
38
39
40
41
42
43
44
45
46
      },
      "repository": {
          "type": "git",
          "url": "https://github.com/iview/iview"
      },
      "author": "Aresn",
      "license": "MIT",
      "bugs": {
          "url": "https://github.com/iview/iview/issues"
      },
      "dependencies": {
5828b07e   梁灏   update dependencies
47
48
49
          "async-validator": "^1.10.0",
          "deepmerge": "^2.2.1",
          "element-resize-detector": "^1.2.0",
dcfb9e6c   Graham Fairweather   Fix: update engines
50
51
          "js-calendar": "^1.2.3",
          "lodash.throttle": "^4.1.1",
5828b07e   梁灏   update dependencies
52
          "popper.js": "^1.14.6",
dcfb9e6c   Graham Fairweather   Fix: update engines
53
          "tinycolor2": "^1.4.1",
5828b07e   梁灏   update dependencies
54
          "v-click-outside-x": "^3.5.6"
dcfb9e6c   Graham Fairweather   Fix: update engines
55
56
57
58
59
60
61
62
63
      },
      "peerDependencies": {
          "vue": "^2.5.2"
      },
      "devDependencies": {
          "autoprefixer-loader": "^3.2.0",
          "babel-cli": "^6.26.0",
          "babel-core": "^6.26.0",
          "babel-helper-vue-jsx-merge-props": "^2.0.3",
5828b07e   梁灏   update dependencies
64
          "babel-loader": "^7.1.5",
dcfb9e6c   Graham Fairweather   Fix: update engines
65
66
67
68
69
70
71
72
73
74
          "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",
          "babel-plugin-transform-runtime": "^6.23.0",
          "babel-plugin-transform-vue-jsx": "^3.7.0",
          "babel-preset-env": "^1.6.1",
          "babel-preset-stage-3": "^6.24.1",
          "babel-runtime": "^6.26.0",
5828b07e   梁灏   update dependencies
75
76
77
78
          "chai": "^4.2.0",
          "compression-webpack-plugin": "^1.1.12",
          "copy-webpack-plugin": "^4.6.0",
          "cross-env": "^5.2.0",
dcfb9e6c   Graham Fairweather   Fix: update engines
79
80
81
82
83
84
85
86
          "css-loader": "^0.28.10",
          "eslint": "^3.19.0",
          "eslint-plugin-vue": "^2.1.0",
          "extract-text-webpack-plugin": "^2.1.2",
          "file-loader": "^1.1.11",
          "friendly-errors-webpack-plugin": "^1.6.1",
          "gulp": "^3.9.1",
          "gulp-autoprefixer": "^5.0.0",
5828b07e   梁灏   update dependencies
87
88
89
          "gulp-clean-css": "^3.10.0",
          "gulp-less": "^4.0.1",
          "gulp-rename": "^1.4.0",
dcfb9e6c   Graham Fairweather   Fix: update engines
90
91
          "html-loader": "^0.5.5",
          "html-webpack-plugin": "^3.0.6",
5828b07e   梁灏   update dependencies
92
          "karma": "^2.0.5",
dcfb9e6c   Graham Fairweather   Fix: update engines
93
94
95
96
97
98
99
100
101
          "karma-chrome-launcher": "^2.2.0",
          "karma-coverage": "^1.1.1",
          "karma-mocha": "^1.3.0",
          "karma-sinon-chai": "^1.3.3",
          "karma-sourcemap-loader": "^0.3.7",
          "karma-spec-reporter": "^0.0.32",
          "karma-webpack": "^2.0.13",
          "less": "^2.7.3",
          "less-loader": "^4.0.6",
5828b07e   梁灏   update dependencies
102
          "lolex": "^2.7.5",
dcfb9e6c   Graham Fairweather   Fix: update engines
103
104
          "mocha": "^5.0.4",
          "sinon": "^4.4.2",
5828b07e   梁灏   update dependencies
105
          "sinon-chai": "^3.3.0",
dcfb9e6c   Graham Fairweather   Fix: update engines
106
          "style-loader": "^0.20.2",
4cefb894   yangdan8   Merge branch '2.0...
107
          "tslint": "^5.14.0",
0e89f83c   yangdan8   添加typescript依赖
108
          "typescript": "^3.3.4000",
5828b07e   梁灏   update dependencies
109
110
          "uglifyjs-webpack-plugin": "^1.3.0",
          "url-loader": "^1.1.2",
fd77a3e8   梁灏   update vue
111
          "vue": "^2.6.10",
5828b07e   梁灏   update dependencies
112
          "vue-hot-reload-api": "^2.3.1",
dcfb9e6c   Graham Fairweather   Fix: update engines
113
114
          "vue-html-loader": "^1.2.4",
          "vue-loader": "^14.2.1",
5828b07e   梁灏   update dependencies
115
116
          "vue-router": "^3.0.2",
          "vue-style-loader": "^4.1.2",
fd77a3e8   梁灏   update vue
117
          "vue-template-compiler": "^2.6.10",
dcfb9e6c   Graham Fairweather   Fix: update engines
118
          "webpack": "^3.11.0",
5828b07e   梁灏   update dependencies
119
          "webpack-dev-server": "^2.11.3",
31e20091   yangd   修复#4555
120
          "webpack-merge": "^3.0.0"
dcfb9e6c   Graham Fairweather   Fix: update engines
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
      },
      "engines": {
          "node": ">=8.9.1",
          "npm": ">=5.5.1",
          "yarn": ">=1.3.2"
      },
      "browserslist": [
          "last 3 Chrome versions",
          "last 3 Firefox versions",
          "Safari >= 10",
          "Explorer >= 11",
          "Edge >= 12",
          "iOS >= 10",
          "Android >= 6"
      ]
7fa943eb   梁灏   init
136
  }