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.

41 lines
1.6 KiB

3 years ago
3 years ago
3 years ago
3 years ago
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 --progress --config=node_modules/laravel-mix/setup/webpack.config.js"
  11. },
  12. "devDependencies": {
  13. "@types/markdown-it": "^12.0.1",
  14. "@vue/cli-plugin-babel": "^3.8.0",
  15. "@vue/cli-plugin-typescript": "^3.8.0",
  16. "@vue/cli-service": "^3.8.0",
  17. "axios": "^0.21",
  18. "cross-env": "^7.0",
  19. "laravel-mix": "^6.0.19",
  20. "lodash": "^4.17.19",
  21. "resolve-url-loader": "^3.1.0",
  22. "sass": "^1.15.2",
  23. "sass-loader": "^11.1.1",
  24. "ts-loader": "^8.1.0",
  25. "typescript": "~3.8.3",
  26. "vue-loader": "^15.9.6",
  27. "vue-template-compiler": "^2.6.12"
  28. },
  29. "dependencies": {
  30. "@types/marked": "^2.0.3",
  31. "marked": "^2.0.5",
  32. "mitt": "^2.1.0",
  33. "primeflex": "^2.0.0",
  34. "primeicons": "^4.1.0",
  35. "primevue": "^2.4.1",
  36. "tsconfig-paths-webpack-plugin": "^3.5.1",
  37. "vue": "^2.6.12",
  38. "vue-class-component": "^7.2.6",
  39. "vue-property-decorator": "^8.1.0"
  40. }
  41. }