luckysheet增加插件版本
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.

1 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "luckysheet",
  3. "version": "2.1.13",
  4. "main": "dist/luckysheet.cjs.js",
  5. "module": "dist/luckysheet.esm.js",
  6. "browser": "dist/luckysheet.umd.js",
  7. "devDependencies": {
  8. "@babel/core": "^7.12.3",
  9. "@babel/preset-env": "^7.12.1",
  10. "@babel/runtime-corejs3": "^7.12.1",
  11. "@commitlint/cli": "^9.1.1",
  12. "@commitlint/config-conventional": "^9.1.1",
  13. "@rollup/plugin-babel": "^5.2.1",
  14. "@rollup/plugin-commonjs": "^13.0.0",
  15. "@rollup/plugin-node-resolve": "^8.0.1",
  16. "browser-sync": "^2.26.7",
  17. "commitizen": "^4.1.2",
  18. "cross-env": "^7.0.2",
  19. "delete": "^1.1.0",
  20. "gulp": "^4.0.2",
  21. "gulp-babel": "^8.0.0",
  22. "gulp-clean-css": "^4.3.0",
  23. "gulp-concat": "^2.6.1",
  24. "gulp-if": "^3.0.0",
  25. "gulp-uglify": "^3.0.2",
  26. "gulp-useref": "^4.0.1",
  27. "http-proxy-middleware": "^1.0.6",
  28. "prettier": "2.8.8",
  29. "rollup": "^2.32.1",
  30. "rollup-plugin-terser": "^6.1.0",
  31. "standard-version": "^8.0.2",
  32. "uuid": "^8.3.2",
  33. "vuepress": "^1.5.0",
  34. "vuepress-plugin-baidu-autopush": "^1.0.1",
  35. "vuepress-plugin-code-copy": "^1.0.6",
  36. "vuepress-plugin-seo": "^0.1.4",
  37. "vuepress-plugin-sitemap": "^2.3.1"
  38. },
  39. "dependencies": {
  40. "@babel/runtime": "^7.12.1",
  41. "dayjs": "^1.9.6",
  42. "esbuild": "^0.11.6",
  43. "escape-html": "^1.0.3",
  44. "flatpickr": "^4.6.6",
  45. "jquery": "^2.2.4",
  46. "numeral": "^2.0.6",
  47. "pako": "^1.0.11"
  48. },
  49. "scripts": {
  50. "build": "cross-env NODE_ENV=production gulp build",
  51. "dev": "cross-env NODE_ENV=development gulp dev",
  52. "docs:dev": "vuepress dev docs",
  53. "docs:build": "vuepress build docs",
  54. "commit": "git-cz",
  55. "release": "standard-version",
  56. "prettier": "npx prettier --check .",
  57. "prettier:fix": "npx prettier -w ."
  58. },
  59. "files": [
  60. "dist"
  61. ],
  62. "config": {
  63. "commitizen": {
  64. "path": "./node_modules/cz-conventional-changelog"
  65. }
  66. }
  67. }