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.

23 lines
603 B

3 years ago
  1. {
  2. "name": "@tentakelfabrik/tiny-accordion",
  3. "version": "1.0.0",
  4. "description": "Accordion for riotjs",
  5. "repository": {
  6. "type": "git",
  7. "url": "git@github.com:tentakelfabrik/tiny-accordion.git"
  8. },
  9. "author": "Björn Hase",
  10. "license": "MIT",
  11. "dependencies": {
  12. "riot": "^5.1.2"
  13. },
  14. "devDependencies": {
  15. "@riotjs/compiler": "^5.1.3",
  16. "@riotjs/webpack-loader": "^5.0.0",
  17. "cross-env": "^7.0.3",
  18. "laravel-mix": "^6.0.5",
  19. "postcss": "^8.2.1",
  20. "sass": "^1.32.0",
  21. "sass-loader": "^8.0.2"
  22. }
  23. }