2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-05-17 04:29:38 +03:00
Files
vue-tribute/package.json
T
dependabot[bot] b84e8995f3 Bump node-sass from 4.14.1 to 7.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 21:02:16 +00:00

53 lines
1.3 KiB
JSON

{
"name": "vue-tribute",
"version": "1.0.7",
"description": "A Vue.js wrapper for Zurb's Tribute library for native @mentions",
"main": "dist/vue-tribute.cjs.js",
"module": "dist/vue-tribute.es.js",
"unpkg": "dist/vue-tribute.min.js",
"files": [
"dist"
],
"repository": "https://github.com/syropian/vue-tribute",
"author": "Collin Henderson <collin@syropia.net>",
"license": "MIT",
"scripts": {
"build": "bili",
"test": "jest",
"test:watch": "jest --watchAll",
"example": "poi example/index.js",
"example:build": "rm -rf example/dist && poi build",
"example:deploy": "git subtree push --prefix example/dist origin gh-pages",
"version": "npm run example:deploy"
},
"poi": {
"entry": "example/index.js",
"outDir": "example/dist",
"publicPath": "/vue-tribute/"
},
"bili": {
"format": [
"cjs",
"umd",
"umd-min",
"es"
],
"moduleName": "VueTribute"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-jest": "^24.0.0",
"bili": "^3.0.4",
"jest": "^24.0.0",
"node-sass": "^7.0.0",
"poi": "^10.0.0-beta.6",
"sass-loader": "^8.0.2",
"tributejs": "^5.1.3"
},
"peerDependencies": {
"tributejs": ">= 2.0.0"
}
}