Ohm-Management - Projektarbeit B-ME
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 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "vuetify",
  3. "_id": "vuetify@1.5.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NxYNPiqEEgprTzNft0x0oiyOgbclbARgOJMKWRfeu3qx8pE0JG3XMgljVv1Ttq0ErKf1lvNLFRuajDgRdQxR/Q==",
  6. "_location": "/vuetify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vuetify",
  12. "name": "vuetify",
  13. "escapedName": "vuetify",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vuetify/-/vuetify-1.5.12.tgz",
  23. "_shasum": "77d18fc7ea5d6297bac40880df83fc241ba840a2",
  24. "_spec": "vuetify",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  26. "author": {
  27. "name": "John Leider",
  28. "email": "john@vuetifyjs.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/vuetifyjs/vuetify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Vue.js 2 Semantic Component Framework",
  36. "devDependencies": {
  37. "@mdi/font": "^3.0.39",
  38. "@types/jest": "^22.2.3",
  39. "@types/node": "^10.12.0",
  40. "autoprefixer": "^9.4.7",
  41. "avoriaz": "^6.3.0",
  42. "babel-cli": "^6.26.0",
  43. "babel-core": "^6.26.3",
  44. "babel-loader": "^7.1.5",
  45. "babel-plugin-detective": "^2.0.0",
  46. "babel-plugin-module-resolver": "^3.2.0",
  47. "babel-plugin-transform-define": "^1.3.1",
  48. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  49. "babel-polyfill": "^6.26.0",
  50. "babel-preset-env": "^1.7.0",
  51. "concurrently": "^4.1.0",
  52. "cross-env": "^5.2.0",
  53. "css-loader": "^2.1.0",
  54. "css-mqpacker": "^7.0.0",
  55. "cssnano": "^4.1.8",
  56. "dotenv": "^6.2.0",
  57. "eslint": "^5.13.0",
  58. "eslint-loader": "^2.1.2",
  59. "file-loader": "^3.0.1",
  60. "fork-ts-checker-webpack-plugin": "^0.5.2",
  61. "friendly-errors-webpack-plugin": "^1.7.0",
  62. "happypack": "^5.0.1",
  63. "mini-css-extract-plugin": "^0.5.0",
  64. "optimize-css-assets-webpack-plugin": "^5.0.1",
  65. "postcss-loader": "^3.0.0",
  66. "pug": "^2.0.3",
  67. "pug-loader": "^2.4.0",
  68. "rimraf": "^2.6.3",
  69. "style-loader": "^0.23.1",
  70. "stylus": "^0.54.5",
  71. "stylus-loader": "^3.0.2",
  72. "ts-loader": "^5.3.3",
  73. "tslint": "^5.12.1",
  74. "typescript": "^3.3.3",
  75. "url-loader": "^1.1.2",
  76. "vue-loader": "^15.6.2",
  77. "vue-router": "^3.0.2",
  78. "vue-template-es2015-compiler": "^1.8.2",
  79. "vuetify-loader": "^0.2.0",
  80. "webpack": "^4.29.3",
  81. "webpack-cli": "^3.2.3",
  82. "webpack-dev-server": "^3.1.14",
  83. "webpack-merge": "^4.2.1"
  84. },
  85. "gitHead": "ccb89b0eb0af6c4163ff5e9c8bc0ce1632af6149",
  86. "homepage": "http://vuetifyjs.com",
  87. "jsdelivr": "dist/vuetify.js",
  88. "license": "MIT",
  89. "main": "dist/vuetify.js",
  90. "module": "dist/vuetify.js",
  91. "name": "vuetify",
  92. "peerDependencies": {
  93. "vue": "^2.5.18"
  94. },
  95. "publishConfig": {
  96. "access": "public"
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/vuetifyjs/vuetify.git"
  101. },
  102. "scripts": {
  103. "build": "concurrently \"yarn build:dist --no-progress\" \"yarn build:lib\" -n \"dist,lib\" --kill-others-on-fail -r",
  104. "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config build/config.js --progress --hide-modules",
  105. "build:lib": "node build/build-lib.js",
  106. "debug:test": "cross-env NODE_ENV=test node --inspect --inspect-brk ./node_modules/jest/bin/jest.js --no-cache -i --verbose",
  107. "dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.config.js --hot",
  108. "lint": "concurrently -n \"tsc,tslint,eslint,types\" --kill-others-on-fail \"tsc --noEmit --pretty\" \"tslint -p . src/**/*.ts -t verbose\" \"eslint --ext .js,.ts src\" \"yarn test:types\"",
  109. "lint:fix": "concurrently -n \"tsc,tslint,eslint,types\" --kill-others-on-fail \"tsc --noEmit --pretty\" \"tslint --fix -p . -c .tslint.js src/**/*.ts -t stylish\" \"eslint --fix --ext .js,.ts src\" \"yarn test:types\"",
  110. "test": "node build/run-tests.js",
  111. "test:coverage": "yarn test --coverage",
  112. "test:types": "tsc -p ./types/test/tsconfig.json",
  113. "test:unix": "cross-env NODE_ENV=test jest",
  114. "test:win32": "cross-env NODE_ENV=test jest -i",
  115. "watch": "cross-env TARGET=development webpack --config build/config.js --progress --hide-modules --watch"
  116. },
  117. "sideEffects": [
  118. "*.styl",
  119. "*.css"
  120. ],
  121. "types": "types/index.d.ts",
  122. "unpkg": "dist/vuetify.js",
  123. "version": "1.5.12"
  124. }