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.

22 lines
461 B

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. },
  18. "dependencies": {
  19. "normalize.css": "^8.0.1",
  20. "reflex-grid": "^2.0.7"
  21. }
  22. }