1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 06:32:34 +01:00
flox/client/package.json
Viktor Geringer 619e407bcd subpage design (#64)
* start with subpage design

* transitions

* transitions

* transitions, stuff

* modal for trailer

* english fallback for trailers

* slugs in url

* bit refactor

* tests and fixtures

* travis

* update production files

* move time limit to config and display error message to user

* fix import

* fix review
2017-04-11 08:45:08 +02:00

37 lines
979 B
JSON

{
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"dev": "webpack -w --progress --hide-modules"
},
"dependencies": {
"axios": "^0.15.2",
"babel-runtime": "^6.11.6",
"debounce": "^1.0.0",
"vue": "^2.0.1",
"vue-router": "^2.0.0",
"vuex": "^2.0.0"
},
"devDependencies": {
"autoprefixer": "^6.7.6",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"cross-env": "^3.1.1",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"lost": "^7.1.0",
"node-sass": "^3.13.0",
"postcss-loader": "^0.13.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-html-loader": "^1.2.3",
"vue-loader": "^9.5.1",
"webpack": "^1.13.2"
}
}