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.

44 lines
1.7 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
3 years ago
3 years ago
  1. {
  2. "name": "search-and-displace-core",
  3. "version": "1.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "npm run development",
  7. "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --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 --disable-host-check --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 --progress --config=node_modules/laravel-mix/setup/webpack.config.js"
  13. },
  14. "devDependencies": {
  15. "@types/markdown-it": "^12.0.1",
  16. "@vue/cli-plugin-babel": "^3.8.0",
  17. "@vue/cli-plugin-typescript": "^3.8.0",
  18. "@vue/cli-service": "^3.8.0",
  19. "axios": "^0.21",
  20. "cross-env": "^7.0",
  21. "laravel-mix": "^6.0.19",
  22. "lodash": "^4.17.19",
  23. "resolve-url-loader": "^3.1.0",
  24. "sass": "^1.15.2",
  25. "sass-loader": "^11.1.1",
  26. "ts-loader": "^8.1.0",
  27. "typescript": "~3.8.3",
  28. "vue-loader": "^15.9.6",
  29. "vue-template-compiler": "^2.6.12"
  30. },
  31. "dependencies": {
  32. "@types/jquery": "^3.5.14",
  33. "@types/marked": "^2.0.3",
  34. "jquery": "^3.6.0",
  35. "mitt": "^2.1.0",
  36. "primeflex": "^2.0.0",
  37. "primeicons": "^5.0.0",
  38. "primevue": "^2.4.1",
  39. "tsconfig-paths-webpack-plugin": "^3.5.1",
  40. "vue": "^2.6.12",
  41. "vue-class-component": "^7.2.6",
  42. "vue-property-decorator": "^8.1.0"
  43. }
  44. }