package.json 853 B

12345678910111213141516171819202122232425262728293031
  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. "babel-polyfill": "^6.26.0",
  10. "parallax-js": "^3.1.0"
  11. },
  12. "devDependencies": {
  13. "autoprefixer": "^8.1.0",
  14. "axios": "^0.18.0",
  15. "babel-core": "^6.26.3",
  16. "babel-polyfill": "^6.26.0",
  17. "babel-preset-env": "^1.6.1",
  18. "lodash": "^4.17.5",
  19. "node-sass": "^4.9.0",
  20. "postcss-modules": "^1.1.0",
  21. "vue": "^2.5.16",
  22. "vue-mouse-parallax": "^0.9.2"
  23. },
  24. "scripts": {
  25. "debug": "parcel ./src/index.html",
  26. "build": "parcel build ./src/index.html --public-url //pub.dwstatic.com/zt2018/1806dragonball/ --out-dir ../../../pub/zt2018/1806dragonball"
  27. },
  28. "keywords": [],
  29. "author": "heitan",
  30. "license": "ISC"
  31. }