Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 816B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "django-oscar",
  3. "version": "1.1.1",
  4. "description": "A domain-driven e-commerce framework for Django",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "bootstrap": "^3.3.7",
  9. "bootstrap-datetime-picker": "^2.4.4",
  10. "gulp": "~3.9.1",
  11. "gulp-autoprefixer": "~1.0.1",
  12. "gulp-concat": "^2.6.1",
  13. "gulp-less": "^3.0.5",
  14. "gulp-sourcemaps": "^2.6.2",
  15. "gulp-watch": "^4.3.5",
  16. "jquery": "^3.3.1",
  17. "jquery-mousewheel": "^3.1.13",
  18. "jquery-sortable": "^0.9.13",
  19. "jquery.inputmask": "~3.2.7",
  20. "less": "^2.5.3",
  21. "pump": "^1.0.1",
  22. "require-dir": "^0.3.0",
  23. "tinymce": "^4.7.6"
  24. },
  25. "scripts": {
  26. "build": "gulp",
  27. "start": "gulp watch"
  28. },
  29. "license": "MIT",
  30. "homepage": "https://github.com/django-oscar/django-oscar#readme"
  31. }