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.

36 lines
1.5 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "name": "tiny-consent",
  3. "version": "1.1.7",
  4. "description": "Consent Banner for GDPR with RiotJS, part of Tiny-Components",
  5. "scripts": {
  6. "dev": "npm run development",
  7. "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
  8. "watch": "npm run development -- --watch",
  9. "watch-poll": "npm run watch -- --watch-poll",
  10. "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
  11. "prod": "npm run production",
  12. "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://gitlab.tentakelfabrik.de/tentakelfabrik/tiny-components/tiny-consent.git"
  17. },
  18. "author": "Björn Hase",
  19. "license": "MIT",
  20. "dependencies": {
  21. "assign-deep": "^1.0.1",
  22. "js-cookie": "^2.2.1",
  23. "riot": "^4.8.*"
  24. },
  25. "devDependencies": {
  26. "@riotjs/compiler": "^4.2.0",
  27. "@riotjs/webpack-loader": "^4.0.0",
  28. "cross-env": "^5.2.1",
  29. "laravel-mix": "^4.1.4",
  30. "replace-in-file-webpack-plugin": "^1.0.6",
  31. "resolve-url-loader": "^2.3.1",
  32. "sass": "^1.20.3",
  33. "sass-loader": "^7.1.0",
  34. "vue-template-compiler": "^2.6.10"
  35. }
  36. }