mirror of
https://github.com/devfake/flox.git
synced 2024-11-14 22:22:39 +01:00
1a1753181f
* create genres table and translate media_type * parse genres from TMDb and modify artisan db command * parse genres on migration * Save genres in new table (via relation) * Implode genres as string. Update genres in refresh. * add tests for genres * fix icon for src * display genres on own page include few ui tweaks
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
|
"dev": "webpack -w --progress --hide-modules"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.17.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"debounce": "^1.1.0",
|
|
"element-ui": "^2.0.10",
|
|
"vue": "^2.5.2",
|
|
"vue-checkbox-radio": "^0.6.0",
|
|
"vue-router": "^3.0.1",
|
|
"vuex": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^7.1.6",
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-component": "^1.0.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"cross-env": "^5.1.1",
|
|
"css-loader": "^0.28.7",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^1.1.5",
|
|
"lost": "^8.2.0",
|
|
"node-sass": "^4.5.3",
|
|
"postcss-loader": "^2.0.8",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.19.0",
|
|
"url-loader": "^0.6.2",
|
|
"vue-html-loader": "^1.2.4",
|
|
"vue-loader": "^13.3.0",
|
|
"vue-template-compiler": "^2.5.2",
|
|
"webpack": "^3.8.1"
|
|
}
|
|
}
|