mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-17 06:20:29 +00:00
95 lines
2.8 KiB
JSON
95 lines
2.8 KiB
JSON
{
|
|
"name": "vue-material",
|
|
"description": "Material Design for Vue.js",
|
|
"version": "0.7.1",
|
|
"author": "Marcos Moura <marcosvmmoura@gmail.com>",
|
|
"homepage": "https://vuematerial.github.io",
|
|
"license": "MIT",
|
|
"registry": "github",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/marcosmoura/vue-material.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/marcosmoura/vue-material/issues"
|
|
},
|
|
"keywords": [
|
|
"browser",
|
|
"vue",
|
|
"vue 2",
|
|
"vue2",
|
|
"vuejs",
|
|
"material design",
|
|
"material",
|
|
"angular-material",
|
|
"components"
|
|
],
|
|
"main": "dist/vue-material.js",
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"dev": "babel-node build/server/index.js --presets es2015,stage-0",
|
|
"build:docs": "babel-node build/server/build-docs.js --presets es2015,stage-0",
|
|
"build:lib": "babel-node build/server/build-lib.js --presets es2015,stage-0",
|
|
"build": "rm -rf dist && npm run build:docs && npm run build:lib",
|
|
"lint": "eslint --ext .js,.vue --fix src",
|
|
"release": "bash build/release.sh"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.1.10"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.7.2",
|
|
"autosize": "^3.0.20",
|
|
"babel-cli": "^6.22.2",
|
|
"babel-core": "^6.22.1",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-loader": "^6.2.10",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-transform-runtime": "^6.22.0",
|
|
"babel-preset-env": "^1.1.8",
|
|
"babel-preset-es2015": "^6.22.0",
|
|
"babel-preset-es2017": "^6.22.0",
|
|
"babel-preset-stage-0": "^6.22.0",
|
|
"chalk": "^1.1.3",
|
|
"chokidar": "^1.6.1",
|
|
"clipboard": "^1.5.16",
|
|
"connect-history-api-fallback": "^1.3.0",
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"css-loader": "^0.26.1",
|
|
"css-mqpacker": "^5.0.1",
|
|
"element.scrollintoviewifneeded-polyfill": "^1.0.1",
|
|
"eslint": "^3.15.0",
|
|
"eslint-friendly-formatter": "^2.0.7",
|
|
"eslint-loader": "^1.6.1",
|
|
"eslint-plugin-html": "^2.0.0",
|
|
"eventsource-polyfill": "^0.9.6",
|
|
"express": "^4.14.1",
|
|
"extract-text-webpack-plugin": "beta",
|
|
"file-loader": "^0.10.0",
|
|
"friendly-errors-webpack-plugin": "^1.1.3",
|
|
"highlight.js": "^9.9.0",
|
|
"html-webpack-plugin": "^2.28.0",
|
|
"node-sass": "^4.5.0",
|
|
"optimize-css-assets-webpack-plugin": "^1.3.0",
|
|
"optimize-js-plugin": "^0.0.4",
|
|
"ora": "^1.1.0",
|
|
"raw-loader": "^0.5.1",
|
|
"sass-loader": "^5.0.0",
|
|
"url-loader": "^0.5.7",
|
|
"vue-hot-reload-api": "^2.0.8",
|
|
"vue-html-loader": "^1.2.3",
|
|
"vue-loader": "^10.3.0",
|
|
"vue-router": "^2.2.0",
|
|
"vue-style-loader": "^2.0.0",
|
|
"vue-template-compiler": "^2.1.10",
|
|
"webpack": "^2.2.1",
|
|
"webpack-dev-middleware": "^1.10.0",
|
|
"webpack-hot-middleware": "^2.16.1",
|
|
"webpack-merge": "^2.6.1"
|
|
}
|
|
}
|