package.json 814 B

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