flatisfy/package.json

63 行
2.0 KiB
JSON

{
"name": "Flatisfy",
"description": "Flatisfy is your new companion to ease your search of a new housing :)",
"author": "Phyks (Lucas Verney) <phyks@phyks.me>",
"license": "MIT",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://Phyks@git.phyks.me/Phyks/flatisfy.git"
},
"homepage": "https://git.phyks.me/Phyks/flatisfy",
"scripts": {
"build:dev": "webpack --colors --progress",
"watch:dev": "webpack --colors --progress --watch",
"build:prod": "NODE_ENV=production webpack --colors --progress -p",
"watch:prod": "NODE_ENV=production webpack --colors --progress --watch -p",
"lint": "eslint --fix --ext .js,.vue ./flatisfy/web/js_src/**",
"ziparound": "cp flatisfy/data_files/laposte.json node_modules/ziparound/laposte.json && node node_modules/ziparound"
},
"dependencies": {
"es6-promise": "^4.1.0",
"font-awesome": "^4.7.0",
"font-awesome-webpack": "0.0.5-beta.2",
"imagesloaded": "^4.1.1",
"isomorphic-fetch": "^2.2.1",
"isotope-layout": "^3.0.3",
"leaflet": "^1.7.1",
"leaflet.icon.glyph": "^0.2.0",
"masonry": "0.0.2",
"moment": "^2.18.1",
"vue": "^2.2.6",
"vue-flatpickr-component": "^4.0.0",
"vue-i18n": "^6.1.1",
"vue-images-loaded": "^1.1.2",
"vue-router": "^2.4.0",
"vue2-leaflet": "2.6.0",
"vue2-leaflet-markercluster": "^3.1.0",
"vueisotope": "^3.0.0-rc",
"vuex": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^2.0.1",
"file-loader": "^0.11.1",
"image-webpack-loader": "^3.3.0",
"less": "^2.7.2",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"vue-html-loader": "^1.2.4",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.3.3",
"ziparound": "1.0.0"
}
}