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.

61 lines
1.7 KiB

5 years ago
5 years ago
4 years ago
3 years ago
3 years ago
4 years ago
5 years ago
6 years ago
  1. {
  2. "name": "craftcms",
  3. "private": true,
  4. "main": "webpack.config.js",
  5. "scripts": {
  6. "build": "webpack --node-env=production --progress",
  7. "serve": "webpack-dev-server --node-env=development"
  8. },
  9. "devDependencies": {
  10. "@craftcms/webpack": "./packages/craftcms-webpack",
  11. "husky": "^7.0.4",
  12. "lerna": "^4.0.0",
  13. "lint-staged": "^12.3.8",
  14. "prettier": "2.6.2"
  15. },
  16. "dependencies": {
  17. "@benmajor/jquery-touch-events": "^2.0.3",
  18. "@craftcms/sass": "./packages/craftcms-sass",
  19. "@pixelandtonic/craftui": "~0.3.8",
  20. "accounting": "^0.4.1",
  21. "axios": "^0.26.1",
  22. "blueimp-file-upload": "^10.31.0",
  23. "d3": "^4.11.0",
  24. "d3-format": "^1.4.4",
  25. "d3-time-format": "^2.2.3",
  26. "element-resize-detector": "^1.2.4",
  27. "event-stream": "3.3.5",
  28. "fabric": "^1.7.19",
  29. "focus-visible": "^5.2.0",
  30. "graphiql": "^1.7.2",
  31. "graphiql-explorer": "^0.9.0",
  32. "graphql": "^15.8.0",
  33. "iframe-resizer": "^4.3.2",
  34. "inputmask": "~3.2.2 || ~3.3.5",
  35. "jquery": "^3.6.0",
  36. "jquery-ui": "^1.13.1",
  37. "jquery.payment": "^3.0.0",
  38. "lodash": "^4.17.21",
  39. "picturefill": "^3.0.3",
  40. "punycode": "1.4.1",
  41. "react": "^16.14.0",
  42. "react-dom": "^16.14.0",
  43. "selectize": "^0.12.6",
  44. "sortablejs": "^1.15.0",
  45. "tailwindcss": "^0.7.2",
  46. "timepicker": "^1.13.18",
  47. "v-tooltip": "^2.0.3",
  48. "velocity-animate": "^1.5.0",
  49. "vue": "^2.6.14",
  50. "vue-autosuggest": "^1.8.1",
  51. "vue-awesome-swiper": "^3.1.3",
  52. "vue-cleave": "^1.2.2",
  53. "vue-lodash": "^1.0.3",
  54. "vue-router": "^3.5.1",
  55. "vuetable-2": "^1.7.5",
  56. "vuex": "^3.6.2",
  57. "whatwg-fetch": "^0.11.1",
  58. "xregexp": "^3.2.0",
  59. "yii2-pjax": "~2.0.1"
  60. }
  61. }