package.json 775 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. "parallax-js": "^3.1.0",
  10. "vue-jsonp": "^0.1.8"
  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. "node-sass": "^4.9.0",
  19. "postcss-modules": "^1.1.0",
  20. "vue": "^2.5.16"
  21. },
  22. "scripts": {
  23. "debug": "parcel ./src/index.html",
  24. "build": "parcel build ./src/index.html --public-url //pub.dwstatic.com/zt2018/shareguess/ --out-dir ../../../pub/zt2018/shareguess"
  25. },
  26. "keywords": [],
  27. "author": "dmy",
  28. "license": "ISC"
  29. }