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

40 lines
880 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",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@trevoreyre/autocomplete-vue": "^2.1.1",
"@types/lodash": "^4.14.149",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.5.0",
2020-04-07 11:10:39 +02:00
"core-js": "^3.6.4",
2020-03-07 10:45:39 +01:00
"lodash": "^4.17.15",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vue-youtube": "^1.4.0"
},
"devDependencies": {
2020-08-07 17:57:33 +02:00
"@vue/cli-plugin-babel": "~4.4.6",
"@vue/cli-plugin-typescript": "~4.4.6",
"@vue/cli-service": "~4.4.6",
2020-03-07 10:45:39 +01:00
"node-sass": "^4.12.0",
2020-08-07 17:57:33 +02:00
"sass-loader": "^9.0.0",
"typescript": "~3.9.3",
2020-03-07 10:45:39 +01:00
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}