|
| 1 | +{ |
| 2 | + "name": "iview-project", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A base project using Vue.js1.0、Vue-Router、webpack and with iView.", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "init": "webpack --progress --config webpack.dev.config.js", |
| 8 | + "dev": "webpack-dev-server --inline --hot --compress --history-api-fallback --config webpack.dev.config.js", |
| 9 | + "build": "webpack --progress --hide-modules --config webpack.prod.config.js" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/iview/iview-project.git" |
| 14 | + }, |
| 15 | + "author": "Aresn", |
| 16 | + "license": "MIT", |
| 17 | + "dependencies": { |
| 18 | + "vue": "^1.0.26", |
| 19 | + "vue-router": "^0.7.13", |
| 20 | + "iview": "0.9.8-rc-1" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "autoprefixer-loader": "^2.0.0", |
| 24 | + "babel": "^6.3.13", |
| 25 | + "babel-core": "^6.3.21", |
| 26 | + "babel-loader": "^6.2.0", |
| 27 | + "babel-plugin-transform-runtime": "^6.3.13", |
| 28 | + "babel-preset-es2015": "^6.3.13", |
| 29 | + "babel-runtime": "^5.8.34", |
| 30 | + "css-loader": "^0.23.1", |
| 31 | + "extract-text-webpack-plugin": "^1.0.1", |
| 32 | + "file-loader": "^0.8.5", |
| 33 | + "html-loader": "^0.3.0", |
| 34 | + "html-webpack-plugin": "^2.22.0", |
| 35 | + "less": "^2.7.1", |
| 36 | + "less-loader": "^2.2.3", |
| 37 | + "node-sass": "^3.10.1", |
| 38 | + "sass-loader": "^4.0.2", |
| 39 | + "style-loader": "^0.13.1", |
| 40 | + "url-loader": "^0.5.7", |
| 41 | + "vue-hot-reload-api": "^1.2.0", |
| 42 | + "vue-html-loader": "^1.2.0", |
| 43 | + "vue-loader": "^7.2.0", |
| 44 | + "vue-style-loader": "^1.0.0", |
| 45 | + "webpack": "^1.13.1" |
| 46 | + }, |
| 47 | + "bugs": { |
| 48 | + "url": "https://github.com/iview/iview-project/issues" |
| 49 | + }, |
| 50 | + "homepage": "https://www.iviewui.com" |
| 51 | +} |
0 commit comments