Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
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

3 years ago
3 years ago
3 years ago
3 years ago
3 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. "@vue/cli-plugin-babel": "^3.8.0",
  14. "@vue/cli-plugin-typescript": "^3.8.0",
  15. "@vue/cli-service": "^3.8.0",
  16. "axios": "^0.21",
  17. "cross-env": "^7.0",
  18. "laravel-mix": "^6.0.19",
  19. "lodash": "^4.17.19",
  20. "resolve-url-loader": "^3.1.0",
  21. "sass": "^1.15.2",
  22. "sass-loader": "^8.0.0",
  23. "ts-loader": "^8.1.0",
  24. "typescript": "~3.8.3",
  25. "vue-loader": "^15.9.6",
  26. "vue-template-compiler": "^2.6.12"
  27. },
  28. "dependencies": {
  29. "primeflex": "^2.0.0",
  30. "primeicons": "^4.1.0",
  31. "primevue": "^2.4.1",
  32. "tsconfig-paths-webpack-plugin": "^3.5.1",
  33. "vue": "^2.6.12",
  34. "vue-class-component": "^7.2.6",
  35. "vue-property-decorator": "^8.1.0"
  36. }
  37. }