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.

37 lines
1.5 KiB

4 years ago
  1. {
  2. "name": "tiny-modal",
  3. "version": "1.0.0",
  4. "description": "A simple Modal",
  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": "git@github.com:tentakelfabrik/tiny-modal.git"
  17. },
  18. "author": "Björn Hase",
  19. "license": "MIT",
  20. "devDependencies": {
  21. "@riotjs/compiler": "^4.2.0",
  22. "@riotjs/webpack-loader": "^4.0.0",
  23. "cross-env": "^5.2.0",
  24. "html-webpack-plugin": "^3.2.0",
  25. "laravel-mix": "^4.1.4",
  26. "replace-in-file-webpack-plugin": "^1.0.6",
  27. "resolve-url-loader": "^2.3.1",
  28. "sass": "^1.20.3",
  29. "sass-loader": "^7.1.0",
  30. "svg-spritemap-webpack-plugin": "^3.5.9",
  31. "vue-template-compiler": "^2.6.10"
  32. },
  33. "dependencies": {
  34. "crispy-css": "^3.0.0",
  35. "riot": "^4.14.0"
  36. }
  37. }