package.json 911 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "parcel-sample-project",
  3. "version": "1.0.0",
  4. "description": "dw parcel package",
  5. "main": "index.js",
  6. "dependencies": {
  7. "axios": "^0.18.0",
  8. "howler": "^2.0.14",
  9. "lodash": "^4.17.10",
  10. "node-sass": "^4.7.2",
  11. "parcel-bundler": "^1.9.7",
  12. "parcel-plugin-html": "^1.0.21",
  13. "python": "0.0.4",
  14. "underscore": "^1.9.1",
  15. "vue": "^2.5.16"
  16. },
  17. "devDependencies": {
  18. "autoprefixer": "^8.1.0",
  19. "axios": "^0.18.0",
  20. "babel-core": "^6.26.3",
  21. "babel-polyfill": "^6.26.0",
  22. "babel-preset-env": "^1.6.1",
  23. "lodash": "^4.17.5",
  24. "postcss-modules": "^1.1.0",
  25. "vue": "^2.5.16"
  26. },
  27. "scripts": {
  28. "debug": "parcel ./src/index.html",
  29. "build": "parcel build ./src/index.html --public-url //pub.dwstatic.com/zt2018/1807vampireWap/ --out-dir ../../../pub/zt2018/1807vampireWap"
  30. },
  31. "keywords": [],
  32. "author": "heitan",
  33. "license": "ISC"
  34. }