vue-long-list
Version:
High performance long list for Vue.js
50 lines (49 loc) • 1.52 kB
JSON
{
"name": "vue-long-list",
"version": "0.1.6",
"description": "High performance long list for Vue.js",
"main": "dist/vue-long-list.js",
"scripts": {
"prepublish": "npm run production",
"production": "webpack --config webpack.main.js --progress --colors --display-modules",
"dev": "webpack --config webpack.main.js -d --watch --progress --colors",
"examples": "npm run production && webpack --config webpack.examples.js -d --devtool cheap-source-map --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kerryChen95/vue-long-list.git"
},
"keywords": [
"vue",
"vue.js",
"list",
"long-list",
"circle-list",
"performance"
],
"author": "kerryChen95",
"license": "MIT",
"bugs": {
"url": "https://github.com/kerryChen95/vue-long-list/issues"
},
"homepage": "https://github.com/kerryChen95/vue-long-list#readme",
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.6.0",
"clean-webpack-plugin": "^0.1.13",
"css-loader": "^0.25.0",
"html-webpack-plugin": "^2.24.1",
"postcss-cssnext": "^2.8.0",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"vue": "^1.0.28",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.5.4",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.3"
}
}