You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

72 lines
2.0 KiB

{
"name": "circles",
"version": "0.1.0",
"scripts": {
"ghpages": "git subtree push --prefix dist origin gh-pages",
"build": "NODE_ENV=production node_modules/.bin/webpack",
"dev": "node_modules/.bin/webpack"
},
"authors": "Coderiver <html@coderiver.com.ua>",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.10.0",
"css-loader": "^0.28.9",
"css-mqpacker": "^5.0.1",
"del": "^2.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-cheerio": "^0.6.2",
"gulp-consolidate": "^0.1.2",
"gulp-filter": "^4.0.0",
"gulp-front-matter": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-include": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.2.0",
"gulp-prettify": "^0.4.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-util": "^3.0.7",
"lodash": "^4.3.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"through2": "^2.0.1",
"url-loader": "^0.6.2",
"vue-loader": "^14.1.1",
"vue-style-loader": "^3.1.2",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0"
},
"dependencies": {
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"history": "^4.7.2",
"ilyabirman-likely": "^2.3.0",
"jquery": "^3.3.1",
"lodash.debounce": "^4.0.8",
"moment": "^2.20.1",
"owl.carousel": "^2.2.0",
"slugify": "^1.2.9",
"smooth-scroll": "^12.1.5",
"validator": "^9.2.0",
"vue": "^2.5.13",
"vue-autosize": "^1.0.2",
"vuejs-datepicker": "^0.9.25",
"vuelidate": "^0.6.1"
}
}