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.

31 lines
1.3 KiB

4 years ago
  1. {
  2. "name": "tiny-fade",
  3. "version": "1.0.0",
  4. "description": "Fade elements",
  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-fade.git"
  17. },
  18. "author": "Björn Hase",
  19. "license": "MIT",
  20. "dependencies": {
  21. "riot": "^4.13.2"
  22. },
  23. "devDependencies": {
  24. "@riotjs/compiler": "^4.9.2",
  25. "@riotjs/webpack-loader": "^4.0.3",
  26. "cross-env": "^7.0.2",
  27. "html-webpack-plugin": "^4.3.0",
  28. "laravel-mix": "^5.0.4",
  29. "vue-template-compiler": "^2.6.11"
  30. }
  31. }