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.

package.json 870B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "accessibility",
  3. "description": "Provides multiple accessibilities options to ease your use of nextcloud",
  4. "version": "1.0.2",
  5. "author": "John Molakvoæ <skjnldsv@protonmail.com>",
  6. "license": "agpl",
  7. "private": true,
  8. "scripts": {
  9. "dev": "webpack --config webpack.dev.js",
  10. "watch": "webpack --progress --watch --config webpack.dev.js",
  11. "build": "webpack --progress --hide-modules --config webpack.prod.js"
  12. },
  13. "dependencies": {
  14. "axios": "^0.18.0",
  15. "vue": "^2.5.17"
  16. },
  17. "browserslist": [
  18. "last 2 versions",
  19. "not ie <= 11"
  20. ],
  21. "devDependencies": {
  22. "@babel/core": "^7.1.2",
  23. "@babel/preset-env": "^7.1.0",
  24. "babel-loader": "^8.0.4",
  25. "css-loader": "^1.0.1",
  26. "file-loader": "^1.1.11",
  27. "vue-loader": "^15.4.2",
  28. "vue-template-compiler": "^2.5.17",
  29. "webpack": "^4.24.0",
  30. "webpack-cli": "^3.1.2",
  31. "webpack-merge": "^4.1.4"
  32. }
  33. }