package.json 700 B

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