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.

29 lines
696 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. {
  2. "name": "plain-ui",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@gitea.tentakelfabrik.de:herrhase/plain-ui.git"
  12. },
  13. "author": "Björn Hase",
  14. "license": "MIT",
  15. "devDependencies": {
  16. "laravel-mix": "^6.0.16",
  17. "postcss-css-variables": "^0.17.0",
  18. "resolve-url-loader": "^3.1.2",
  19. "sass": "^1.32.8",
  20. "sass-loader": "^11.0.1",
  21. "svg-spritemap-webpack-plugin": "^3.9.1",
  22. "svgo": "^1.3.2"
  23. },
  24. "dependencies": {
  25. "laravel-mix-purgecss": "^6.0.0",
  26. "normalize.css": "^8.0.1",
  27. "reflex-grid": "^2.0.7"
  28. }
  29. }