2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/examples/vue2-example/package.json
T
Nikolay Kostyurin d070a66db3 chore(release): publish v2.8.0 (#122)
* chore(lerna): don't publish packages to npm by lerna

* chore(lerna): add publish to npm command

* fix(github): publish using lerna

* chore(lerna): add publish minor

* chore(release): publish v2.8.0
2021-11-29 00:55:29 +02:00

26 lines
519 B
JSON

{
"name": "vue2-example",
"version": "2.8.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"generate": "vue-cli-service build"
},
"dependencies": {
"@bbob/preset-vue": "^2.8.0",
"@bbob/vue2": "^2.8.0",
"core-js": "^3.18.2",
"vue": "^2.6.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}