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 Kost 383d436b63 fix: github actions (#224)
* fix: github actions

* fix: node setup

* fix: node setup cache

* fix: node and npm

* fix: pnpm workspace and .gititnore

* fix: pnpm node setup

* fix: github actions

* fix: lock file

* fix: workflow install after setup node

* fix: lock file

* fix: vue3 tests
2024-03-25 17:06:15 +02:00

26 lines
502 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": "*",
"@bbob/vue2": "*",
"core-js": "3.26.1",
"vue": "2.7.16"
},
"devDependencies": {
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-service": "5.0.8",
"vue-template-compiler": "2.7.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}