mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-20 16:00:25 +00:00
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "vuejs-material",
|
|
"description": "Material Design for Vue.js",
|
|
"version": "0.0.0",
|
|
"author": "Marcos Moura <marcosvmmoura@gmail.com>",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/marcosmoura/vue-material.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "node build/dev-server.js",
|
|
"build": "node build/build.js",
|
|
"test": "",
|
|
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
|
},
|
|
"dependencies": {
|
|
"autosize": "^3.0.17",
|
|
"element.scrollintoviewifneeded-polyfill": "^1.0.1",
|
|
"highlightjs": "^8.7.0",
|
|
"scopedQuerySelectorShim": "github:lazd/scopedQuerySelectorShim"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.14.0",
|
|
"babel-eslint": "^6.1.2",
|
|
"babel-loader": "^6.2.5",
|
|
"babel-plugin-transform-runtime": "^6.15.0",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"babel-runtime": "^6.11.6",
|
|
"connect-history-api-fallback": "^1.3.0",
|
|
"css-loader": "^0.25.0",
|
|
"eslint": "^3.5.0",
|
|
"eslint-friendly-formatter": "^2.0.6",
|
|
"eslint-loader": "^1.5.0",
|
|
"eslint-plugin-html": "^1.5.2",
|
|
"eventsource-polyfill": "^0.9.6",
|
|
"express": "^4.14.0",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.9.0",
|
|
"function-bind": "^1.1.0",
|
|
"html-webpack-plugin": "^2.22.0",
|
|
"http-proxy-middleware": "^0.17.1",
|
|
"json-loader": "^0.5.4",
|
|
"node-sass": "^3.9.3",
|
|
"ora": "^0.3.0",
|
|
"raw-loader": "^0.5.1",
|
|
"sass-loader": "^4.0.2",
|
|
"shelljs": "^0.7.4",
|
|
"url-loader": "^0.5.7",
|
|
"vue": "^2.0.0-rc.5",
|
|
"vue-hot-reload-api": "^2.0.6",
|
|
"vue-html-loader": "^1.2.3",
|
|
"vue-loader": "^9.3.2",
|
|
"vue-router": "^2.0.0-rc.4",
|
|
"vue-style-loader": "^1.0.0",
|
|
"vue-template-compiler": "^2.0.0-rc.5",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-middleware": "^1.7.0",
|
|
"webpack-hot-middleware": "^2.12.2",
|
|
"webpack-merge": "^0.14.1"
|
|
}
|
|
}
|