1
0
Fork 0
mirror of https://github.com/Findus23/cr-search.git synced 2024-09-19 15:23:44 +02:00
cr-search/web/package.json

42 lines
947 B
JSON
Raw Normal View History

2020-03-07 10:45:39 +01:00
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
2020-03-07 10:45:39 +01:00
"lint": "vue-cli-service lint"
},
"dependencies": {
"@trevoreyre/autocomplete-vue": "^2.1.1",
"@types/lodash-es": "^4.17.3",
2020-03-07 10:45:39 +01:00
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.5.0",
2020-04-07 11:10:39 +02:00
"core-js": "^3.6.4",
"lodash-es": "^4.17.15",
2020-03-07 10:45:39 +01:00
"vue": "^2.6.10",
2021-11-30 00:45:32 +01:00
"vue-matomo": "^4.1.0",
2020-03-07 10:45:39 +01:00
"vue-router": "^3.0.3",
"vue-youtube": "^1.4.0"
},
"devDependencies": {
2022-07-06 23:42:37 +02:00
"@vue/cli-plugin-babel": "^5.0.7",
"@vue/cli-plugin-typescript": "^5.0.7",
"@vue/cli-service": "^5.0.7",
"node-sass": "^7.0.1",
2021-03-08 21:45:02 +01:00
"sass-loader": "^10.0.1",
2022-07-06 23:42:37 +02:00
"typescript": "^4.7.4",
2020-03-07 10:45:39 +01:00
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1% in AT",
"last 2 versions",
"not ie <= 11"
2020-03-07 10:45:39 +01:00
]
}