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
3 years ago
4 years ago
3 years ago
4 years ago
  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "npm run development",
  5. "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
  6. "watch": "npm run development -- --watch",
  7. "watch-poll": "npm run watch -- --watch-poll",
  8. "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
  9. "prod": "npm run production",
  10. "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js"
  11. },
  12. "devDependencies": {
  13. "@riotjs/compiler": "^5.1.3",
  14. "@riotjs/webpack-loader": "^5.0.0",
  15. "axios": "^0.21.1",
  16. "cross-env": "^7.0.3",
  17. "laravel-mix": "^5.0.1",
  18. "lodash": "^4.17.19",
  19. "resolve-url-loader": "^3.1.0",
  20. "sass": "^1.30.0",
  21. "sass-loader": "^8.0.2",
  22. "svg-spritemap-webpack-plugin": "^3.8.3",
  23. "vue-template-compiler": "^2.6.12"
  24. },
  25. "dependencies": {
  26. "@tentakelfabrik/tiny-accordion": "^1.0.0",
  27. "@tentakelfabrik/tiny-validator": "^1.0.0",
  28. "bulma": "^0.9.1",
  29. "riot": "^5.1.1"
  30. }
  31. }