Guest User

Untitled

a guest
Jun 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "name": "parcel",
  3. "version": "1.0.0",
  4. "description": "test",
  5. "main": "index.ts",
  6. "author": "scott",
  7. "license": "MIT",
  8. "devDependencies": {
  9. "@vue/component-compiler-utils": "^2.0.0",
  10. "babel-cli": "^6.26.0",
  11. "babel-preset-env": "^1.7.0",
  12. "node-sass": "^4.9.0",
  13. "parcel-bundler": "^1.9.1",
  14. "posthtml": "^0.11.3",
  15. "tslint": "^5.10.0",
  16. "typescript": "^2.9.2",
  17. "vue-hot-reload-api": "^2.3.0",
  18. "vue-property-decorator": "^6.1.0",
  19. "vue-template-compiler": "^2.5.16"
  20. },
  21. "dependencies": {
  22. "vue": "^2.5.16"
  23. }
  24. }
Add Comment
Please, Sign In to add comment