Blame view

package.json 1.78 KB
7fa943eb   梁灏   init
1
2
  {
    "name": "iview",
e3a12bd3   梁灏   bug fixed
3
    "version": "0.9.7-rc-1",
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"
    ],
4b05d84e   梁灏   Modify the direct...
16
    "main": "src/index.js",
7fa943eb   梁灏   init
17
    "scripts": {
5a4a079b   jingsam   delete init script
18
      "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.config.js",
7fa943eb   梁灏   init
19
20
21
22
      "build": "gulp --gulpfile build/build-style.js"
    },
    "repository": {
      "type": "git",
e06f5e26   梁灏   change git url
23
      "url": "https://github.com/iview/iview"
7fa943eb   梁灏   init
24
25
26
27
    },
    "author": "Aresn",
    "license": "MIT",
    "bugs": {
e06f5e26   梁灏   change git url
28
      "url": "https://github.com/iview/iview/issues"
7fa943eb   梁灏   init
29
    },
646c24b3   梁灏   move vue to depen...
30
    "dependencies": {
72493927   梁灏   fixed bug: Can no...
31
      "popper.js": "^0.6.4"
646c24b3   梁灏   move vue to depen...
32
    },
60f67fea   jingsam   Update package.json
33
34
35
    "peerDependencies": {
      "vue": "^1.0.26"
    },
7fa943eb   梁灏   init
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
    "devDependencies": {
      "autoprefixer-loader": "^2.0.0",
      "babel": "^6.3.13",
      "babel-core": "^6.11.4",
      "babel-loader": "^6.2.4",
      "babel-plugin-transform-runtime": "^6.12.0",
      "babel-preset-es2015": "^6.9.0",
      "babel-runtime": "^6.11.6",
      "css-loader": "^0.23.1",
      "eslint": "^2.5.3",
      "eslint-friendly-formatter": "^2.0.6",
      "eslint-loader": "^1.3.0",
      "extract-text-webpack-plugin": "^1.0.1",
      "file-loader": "^0.8.5",
      "gulp": "^3.9.1",
      "gulp-concat": "^2.6.0",
      "gulp-less": "^3.1.0",
      "gulp-minify-css": "^1.2.4",
      "gulp-rename": "^1.2.2",
      "html-loader": "^0.3.0",
7fa943eb   梁灏   init
56
57
58
      "less": "^2.7.1",
      "less-loader": "^2.2.3",
      "style-loader": "^0.13.1",
60f67fea   jingsam   Update package.json
59
      "url-loader": "^0.5.7",    
7fa943eb   梁灏   init
60
61
62
63
64
      "vue-hot-reload-api": "^1.3.3",
      "vue-html-loader": "^1.2.3",
      "vue-loader": "^8.5.3",
      "vue-router": "^0.7.13",
      "vue-style-loader": "^1.0.0",
391665bd   jingsam   Missing webpack-d...
65
66
      "webpack": "^1.13.1",
      "webpack-dev-server": "^1.16.1"
7fa943eb   梁灏   init
67
68
    }
  }