Skip to content

Instantly share code, notes, and snippets.

@vedovelli
Created January 10, 2016 17:35
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 vedovelli/28d983597e3d149440b2 to your computer and use it in GitHub Desktop.
Save vedovelli/28d983597e3d149440b2 to your computer and use it in GitHub Desktop.
package.json for SC components
{
"name": "components",
"version": "1.0.0",
"description": "Screencast demonstração de componentes com Vue.js e Webpack",
"main": "main.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vedovelli",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.34",
"bootstrap": "^3.3.6",
"css-loader": "^0.23.1",
"jquery": "^2.2.0",
"vue-hot-reload-api": "^1.2.2",
"vue-html-loader": "^1.1.0",
"vue-loader": "^8.0.2",
"vue-resource": "^0.6.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.10",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"vue": "^1.0.13"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment