1 Star 0 Fork 0

wumingwei/vue-strap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
Aman Patel 提交于 2016-05-18 13:58 . NPM postversion hook also added.
{
"name": "vue-strap",
"version": "1.0.11",
"description": "Bootstrap components built with Vue.js",
"main": "dist/vue-strap.js",
"repository": {
"type": "git",
"url": "yuche/vue-strap"
},
"homepage": "http://yuche.github.io/vue-strap/",
"directories": {
"src": "src/"
},
"dependencies": {
"vue": "^1.0.8",
"bootstrap": "^3.3.5"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"src",
"dist"
],
"keywords": [
"vue",
"vue-bootstrap",
"vue-component",
"bootstrap"
],
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-runtime": "^6.3.19",
"css-loader": "^0.21.0",
"sass-loader": "^3.1.1",
"node-sass": "^3.4.1",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"prismjs": "^1.3.0",
"style-loader": "^0.13.0",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "7.1.7",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
],
[
"vueify"
]
]
},
"scripts": {
"docs": "webpack-dev-server --inline --hot --quiet",
"builddocs": "webpack --progress --hide-modules && NODE_ENV=production webpack --progress --hide-modules",
"build": "webpack --progress --hide-modules --config webpack.build.min.js && webpack --progress --hide-modules --config webpack.build.js",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags"
},
"author": "yuche",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wu_mingwei/vue-strap.git
git@gitee.com:wu_mingwei/vue-strap.git
wu_mingwei
vue-strap
vue-strap
master

搜索帮助