Skip to content

Instantly share code, notes, and snippets.

@sandi-racy
Created December 26, 2017 07:28
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 sandi-racy/1090374f640dff7c32862958e6d86124 to your computer and use it in GitHub Desktop.
Save sandi-racy/1090374f640dff7c32862958e6d86124 to your computer and use it in GitHub Desktop.
{
"name": "vue-cosmic-portfolio",
"version": "0.0.1",
"main": "index.js",
"repository": "git@github.com:sandi-racy/vue-cosmic-portfolio.git",
"author": "Sandi Rosyandi <ndi_racy@rocketmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack",
"start": "node app.js"
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"cosmicjs": "^2.4.22",
"css-loader": "^0.28.3",
"express": "^4.16.2",
"file-loader": "^0.11.1",
"fs": "^0.0.1-security",
"jade": "^1.11.0",
"style-loader": "^0.18.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.8",
"vue": "^2.3.3",
"vue-html-loader": "^1.2.4",
"vue-loader": "^12.2.0",
"vue-router": "^2.5.3",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment