2016-06-17 23:32:39 +00:00
|
|
|
{
|
2016-10-13 06:27:58 +00:00
|
|
|
"name": "vue-material",
|
2016-06-17 23:32:39 +00:00
|
|
|
"description": "Material Design for Vue.js",
|
2017-06-22 11:00:37 +00:00
|
|
|
"version": "0.7.3",
|
2016-07-13 05:00:31 +00:00
|
|
|
"author": "Marcos Moura <marcosvmmoura@gmail.com>",
|
2016-12-05 03:40:09 +00:00
|
|
|
"homepage": "https://vuematerial.github.io",
|
2016-10-13 07:41:31 +00:00
|
|
|
"license": "MIT",
|
2016-10-19 02:43:37 +00:00
|
|
|
"registry": "github",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/marcosmoura/vue-material.git"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/marcosmoura/vue-material/issues"
|
|
|
|
|
},
|
2016-10-13 07:41:31 +00:00
|
|
|
"keywords": [
|
2016-10-19 02:43:37 +00:00
|
|
|
"browser",
|
2016-10-13 07:41:31 +00:00
|
|
|
"vue",
|
|
|
|
|
"vue 2",
|
2016-10-19 02:43:37 +00:00
|
|
|
"vue2",
|
2016-10-13 07:41:31 +00:00
|
|
|
"vuejs",
|
|
|
|
|
"material design",
|
|
|
|
|
"material",
|
|
|
|
|
"angular-material",
|
|
|
|
|
"components"
|
|
|
|
|
],
|
2016-10-13 06:27:58 +00:00
|
|
|
"main": "dist/vue-material.js",
|
2016-10-13 07:41:31 +00:00
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"src",
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md"
|
|
|
|
|
],
|
2016-07-12 06:25:33 +00:00
|
|
|
"scripts": {
|
2016-10-13 06:27:58 +00:00
|
|
|
"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",
|
2017-02-22 04:44:12 +00:00
|
|
|
"lint": "eslint --ext .js,.vue --fix src docs",
|
2016-11-14 21:20:11 +00:00
|
|
|
"release": "bash build/release.sh"
|
2016-07-12 06:25:33 +00:00
|
|
|
},
|
2016-07-13 05:00:31 +00:00
|
|
|
"dependencies": {
|
2017-05-31 23:01:10 +00:00
|
|
|
"vue": "^2.3.3"
|
2016-07-12 06:25:33 +00:00
|
|
|
},
|
2016-06-17 23:32:39 +00:00
|
|
|
"devDependencies": {
|
2017-02-21 21:46:58 +00:00
|
|
|
"autoprefixer": "^6.7.4",
|
2016-12-05 03:48:41 +00:00
|
|
|
"autosize": "^3.0.20",
|
2017-02-21 21:46:58 +00:00
|
|
|
"babel-cli": "^6.23.0",
|
|
|
|
|
"babel-core": "^6.23.1",
|
2016-11-21 03:19:42 +00:00
|
|
|
"babel-eslint": "^7.1.1",
|
2017-02-21 21:46:58 +00:00
|
|
|
"babel-loader": "^6.3.2",
|
2016-11-21 03:19:42 +00:00
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
2017-02-21 21:46:58 +00:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
2017-05-21 21:22:08 +00:00
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
2017-05-30 15:55:09 +00:00
|
|
|
"babel-polyfill": "^6.23.0",
|
2017-02-07 22:49:51 +00:00
|
|
|
"babel-preset-env": "^1.1.8",
|
2017-02-07 21:24:29 +00:00
|
|
|
"babel-preset-es2015": "^6.22.0",
|
2017-05-21 21:22:08 +00:00
|
|
|
"babel-preset-es2017": "^6.24.1",
|
2017-02-07 21:24:29 +00:00
|
|
|
"babel-preset-stage-0": "^6.22.0",
|
2016-10-13 06:27:58 +00:00
|
|
|
"chalk": "^1.1.3",
|
2016-11-01 04:43:56 +00:00
|
|
|
"chokidar": "^1.6.1",
|
2017-02-21 21:46:58 +00:00
|
|
|
"clipboard": "^1.6.0",
|
2016-08-12 05:01:00 +00:00
|
|
|
"connect-history-api-fallback": "^1.3.0",
|
2016-11-14 22:24:56 +00:00
|
|
|
"copy-webpack-plugin": "^4.0.1",
|
2016-12-05 03:48:41 +00:00
|
|
|
"css-loader": "^0.26.1",
|
2017-02-08 23:27:50 +00:00
|
|
|
"css-mqpacker": "^5.0.1",
|
2017-02-21 21:46:58 +00:00
|
|
|
"date-fns": "^1.27.2",
|
2016-11-29 06:06:18 +00:00
|
|
|
"element.scrollintoviewifneeded-polyfill": "^1.0.1",
|
2017-06-11 13:10:11 +00:00
|
|
|
"es6-promise": "^4.1.0",
|
2017-02-21 21:46:58 +00:00
|
|
|
"eslint": "^3.16.0",
|
2017-01-08 17:50:26 +00:00
|
|
|
"eslint-friendly-formatter": "^2.0.7",
|
2016-11-14 22:24:56 +00:00
|
|
|
"eslint-loader": "^1.6.1",
|
2017-02-21 21:46:58 +00:00
|
|
|
"eslint-plugin-html": "^2.0.1",
|
2016-07-13 05:00:31 +00:00
|
|
|
"eventsource-polyfill": "^0.9.6",
|
2017-02-07 21:24:29 +00:00
|
|
|
"express": "^4.14.1",
|
2017-05-07 22:45:43 +00:00
|
|
|
"extract-text-webpack-plugin": "^2.1.0",
|
2017-02-07 21:24:29 +00:00
|
|
|
"file-loader": "^0.10.0",
|
|
|
|
|
"friendly-errors-webpack-plugin": "^1.1.3",
|
2016-12-16 06:01:17 +00:00
|
|
|
"highlight.js": "^9.9.0",
|
2017-02-07 21:24:29 +00:00
|
|
|
"html-webpack-plugin": "^2.28.0",
|
2017-05-31 23:01:10 +00:00
|
|
|
"node-sass": "^4.5.3",
|
2017-02-08 23:27:50 +00:00
|
|
|
"optimize-css-assets-webpack-plugin": "^1.3.0",
|
2016-12-26 15:18:29 +00:00
|
|
|
"optimize-js-plugin": "^0.0.4",
|
2017-02-07 21:24:29 +00:00
|
|
|
"ora": "^1.1.0",
|
2016-07-15 04:37:19 +00:00
|
|
|
"raw-loader": "^0.5.1",
|
2017-05-31 23:01:10 +00:00
|
|
|
"sass-loader": "^6.0.5",
|
2016-11-29 06:06:18 +00:00
|
|
|
"url-loader": "^0.5.7",
|
2017-05-31 23:01:10 +00:00
|
|
|
"vue-hot-reload-api": "^2.1.0",
|
|
|
|
|
"vue-html-loader": "^1.2.4",
|
|
|
|
|
"vue-loader": "^12.2.1",
|
|
|
|
|
"vue-router": "^2.5.3",
|
|
|
|
|
"vue-style-loader": "^3.0.1",
|
|
|
|
|
"vue-template-compiler": "^2.3.3",
|
2017-02-07 21:24:29 +00:00
|
|
|
"webpack": "^2.2.1",
|
2017-02-21 21:46:58 +00:00
|
|
|
"webpack-dev-middleware": "^1.10.1",
|
|
|
|
|
"webpack-hot-middleware": "^2.17.0",
|
|
|
|
|
"webpack-merge": "^3.0.0"
|
2017-02-07 21:24:29 +00:00
|
|
|
}
|
2016-06-17 23:32:39 +00:00
|
|
|
}
|