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.

25 lines
655 B

3 years ago
2 years ago
2 years ago
3 years ago
2 years ago
3 years ago
3 years ago
2 years ago
3 years ago
3 years ago
  1. {
  2. "name": "@tentakelfabrik/plain-ui",
  3. "version": "0.4.0",
  4. "description": "Simple UI Framework for Building Apps and Websites",
  5. "repository": {
  6. "type": "git",
  7. "url": "git@github.com:tentakelfabrik/plain-ui.git"
  8. },
  9. "author": "Björn Hase",
  10. "license": "MIT",
  11. "devDependencies": {
  12. "laravel-mix": "^6.0.16",
  13. "laravel-mix-purgecss": "^6.0.0",
  14. "postcss-css-variables": "^0.17.0",
  15. "resolve-url-loader": "^3.1.2",
  16. "sass": "^1.32.8",
  17. "sass-loader": "^11.0.1",
  18. "svg-spritemap-webpack-plugin": "^3.9.1",
  19. "svgo": "^1.3.2"
  20. },
  21. "dependencies": {
  22. "normalize.css": "^8.0.1",
  23. "reflex-grid": "^2.0.7"
  24. }
  25. }