Skip to content

Instantly share code, notes, and snippets.

@congrady
Created December 13, 2016 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save congrady/611f2fc76c8adb389e201f0163c6f52f to your computer and use it in GitHub Desktop.
Save congrady/611f2fc76c8adb389e201f0163c6f52f to your computer and use it in GitHub Desktop.
{
"name": "js-shop",
"version": "1.0.0",
"description": "Embeddable ordercity shop",
"author": "Matus Congrady <matus@ordercity.com>",
"private": true,
"scripts": {
"build": "run-s build:**",
"build:js": "cross-env NODE_ENV=production rollup -c",
"build:autoprefixer": "postcss --use autoprefixer -o public/assets/css/app.css public/assets/css/app.css",
"build:cssnano": "cssnano public/assets/css/app.css public/assets/css/app.css",
"dev": "cross-env NODE_ENV=development rollup -cw"
},
"dependencies": {
"parse": "^1.9.2",
"vue": "^2.1.5",
"vue-template-compiler": "^2.1.5"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"cross-env": "^3.1.2",
"cssnano-cli": "^1.0.4",
"npm-run-all": "^3.1.2",
"postcss-cli": "^2.6.0",
"rollup": "^0.37.0",
"rollup-plugin-alias": "^1.2.0",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-livereload": "^0.4.0",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-serve": "^0.1.0",
"rollup-plugin-uglify": "^1.0.1",
"rollup-plugin-vue": "^2.2.11",
"rollup-watch": "^2.5.0",
"uglify-js": "^2.7.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment