|
| 1 | +{ |
| 2 | + "name": "vue-webpack-loaders", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Basic Webpack loaders for Vue apps", |
| 5 | + "main": "index.js", |
| 6 | + "files": [ |
| 7 | + "index.js" |
| 8 | + ], |
| 9 | + "scripts": { |
| 10 | + "test": "mocha -c index.spec.js" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "https://github.com/vue-styleguidist/vue-webpack-loaders.git" |
| 15 | + }, |
| 16 | + "engines": { |
| 17 | + "node": ">= 4.0.0", |
| 18 | + "npm": ">= 3.0.0" |
| 19 | + }, |
| 20 | + "author": "Rafael Escala", |
| 21 | + "license": "MIT", |
| 22 | + "bugs": { |
| 23 | + "url": "https://github.com/vue-styleguidist/vue-webpack-loaders/issues" |
| 24 | + }, |
| 25 | + "homepage": "https://github.com/vue-styleguidist/vue-webpack-loaders#readme", |
| 26 | + "devDependencies": { |
| 27 | + "autoprefixer": "^7.1.1", |
| 28 | + "babel-core": "^6.25.0", |
| 29 | + "babel-loader": "^7.0.0", |
| 30 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 31 | + "babel-preset-env": "^1.5.2", |
| 32 | + "babel-preset-stage-2": "^6.24.1", |
| 33 | + "babel-register": "^6.24.1", |
| 34 | + "css-loader": "^0.28.4", |
| 35 | + "extract-text-webpack-plugin": "^2.1.2", |
| 36 | + "file-loader": "^0.11.2", |
| 37 | + "html-webpack-plugin": "^2.28.0", |
| 38 | + "json-loader": "^0.5.4", |
| 39 | + "postcss-loader": "^2.0.5", |
| 40 | + "style-loader": "^0.18.2", |
| 41 | + "url-loader": "^0.5.8", |
| 42 | + "vue-loader": "^12.2.1", |
| 43 | + "vue-style-loader": "^3.0.1", |
| 44 | + "vue-template-compiler": "^2.3.4", |
| 45 | + "webpack": "^2.6.1" |
| 46 | + }, |
| 47 | + "dependencies": { |
| 48 | + "chai": "^4.0.2", |
| 49 | + "mocha": "^3.4.2", |
| 50 | + "vue": "^2.3.4" |
| 51 | + }, |
| 52 | + "peerDependencies": { |
| 53 | + "webpack": "1 || 2" |
| 54 | + }, |
| 55 | + "browserslist": [ |
| 56 | + "> 1%", |
| 57 | + "last 2 versions", |
| 58 | + "not ie <= 8" |
| 59 | + ], |
| 60 | + "keywords": [ |
| 61 | + "webpack", |
| 62 | + "loader", |
| 63 | + "app", |
| 64 | + "application", |
| 65 | + "javascript", |
| 66 | + "vue", |
| 67 | + "js", |
| 68 | + "babel", |
| 69 | + "scss", |
| 70 | + "sass", |
| 71 | + "css", |
| 72 | + "json", |
| 73 | + "url", |
| 74 | + "less" |
| 75 | + ] |
| 76 | +} |
0 commit comments