package.json 791 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "parcel-sample-project",
  3. "version": "1.0.0",
  4. "description": "dw parcel package",
  5. "main": "index.js",
  6. "dependencies": {
  7. "animate.css": "^3.6.1",
  8. "animate.min.css": "0.0.3",
  9. "node-sass": "^4.7.2"
  10. },
  11. "devDependencies": {
  12. "autoprefixer": "^8.1.0",
  13. "axios": "^0.18.0",
  14. "babel-core": "^6.26.0",
  15. "babel-polyfill": "^6.26.0",
  16. "babel-preset-env": "^1.6.1",
  17. "lodash": "^4.17.5",
  18. "postcss-modules": "^1.1.0",
  19. "vue": "^2.5.16",
  20. "vue-mouse-parallax": "^0.9.2"
  21. },
  22. "scripts": {
  23. "debug": "parcel ./src/index.html",
  24. "build": "parcel build ./src/index.html --public-url //pub.dwstatic.com/zt2018/1806dragonball/ --out-dir ../../../pub/zt2018/1806dragonball"
  25. },
  26. "keywords": [],
  27. "author": "heitan",
  28. "license": "ISC"
  29. }