Skip to content

Instantly share code, notes, and snippets.

@scottlepp
Created June 19, 2018 21:33
Show Gist options
  • Save scottlepp/b2b1d8b9fb44b107b6d5e644b842ec87 to your computer and use it in GitHub Desktop.
Save scottlepp/b2b1d8b9fb44b107b6d5e644b842ec87 to your computer and use it in GitHub Desktop.
{
"name": "parcel",
"version": "1.0.0",
"description": "test",
"main": "index.ts",
"author": "scott",
"license": "MIT",
"devDependencies": {
"@vue/component-compiler-utils": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"node-sass": "^4.9.0",
"parcel-bundler": "^1.9.1",
"posthtml": "^0.11.3",
"tslint": "^5.10.0",
"typescript": "^2.9.2",
"vue-hot-reload-api": "^2.3.0",
"vue-property-decorator": "^6.1.0",
"vue-template-compiler": "^2.5.16"
},
"dependencies": {
"vue": "^2.5.16"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment