You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "gohugo-default-styles",
  3. "version": "1.0.0",
  4. "description": "Default Theme for Hugo Sites",
  5. "main": "index.js",
  6. "repository": "",
  7. "author": "budparr",
  8. "license": "MIT",
  9. "scripts": {
  10. "build:production": "rm -rf ../static/dist && webpack -p",
  11. "build": "webpack --progress --colors --watch",
  12. "start": "npm run build"
  13. },
  14. "devDependencies": {
  15. "css-loader": "^0.28.0",
  16. "cssnano": "^3.10.0",
  17. "extract-text-webpack-plugin": "^2.1.0",
  18. "file-loader": "^0.11.1",
  19. "jquery": "^3.2.1",
  20. "postcss": "^5.2.16",
  21. "postcss-cssnext": "^2.10.0",
  22. "postcss-import": "^9.1.0",
  23. "postcss-loader": "^1.3.3",
  24. "style-loader": "^0.16.1",
  25. "tachyons": "^4.7.0",
  26. "webpack": "^2.3.3"
  27. },
  28. "dependencies": {}
  29. }