package.json 515 B

1234567891011121314151617181920
  1. {
  2. "name": "tencent_up_project",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.html",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "parcel index.html",
  9. "build": "parcel build index.html -d ../../../pub/zt2018/1803UP --public-url http://pub.dwstatic.com/zt2018/1803UP"
  10. },
  11. "author": "fenggang",
  12. "license": "UNLICENSED",
  13. "dependencies": {
  14. "amfe-flexible": "^2.2.1"
  15. },
  16. "devDependencies": {
  17. "cssnano": "^4.1.10",
  18. "sass": "^1.17.2"
  19. }
  20. }