This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/vuetify/package.json

143 lines
4.6 KiB
JSON

{
"_from": "vuetify@2.0.1",
"_id": "vuetify@2.0.1",
"_inBundle": false,
"_integrity": "sha512-UOBpJQdEwvoqH7zXEVo0YGLT5bKKXZxa8+MzBKaQK/Evbo5XjbEt5mxbO7f/9bCO5XqM825u4eNxcEUhV4sT1Q==",
"_location": "/vuetify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vuetify@2.0.1",
"name": "vuetify",
"escapedName": "vuetify",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.0.1.tgz",
"_shasum": "27b2ea314f5eba7eff9993d4d97110d5563a4b57",
"_spec": "vuetify@2.0.1",
"_where": "/home/soeren/dev/keksaccountgui",
"author": {
"name": "John Leider",
"email": "john@vuetifyjs.com"
},
"bugs": {
"url": "https://github.com/vuetifyjs/vuetify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Vue.js 2 Semantic Component Framework",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@mdi/js": "^3.8.95",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"babel-plugin-detective": "^2.0.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-define": "^1.3.1",
"babel-polyfill": "^6.26.0",
"concurrently": "^4.1.1",
"cross-env": "^5.2.0",
"css-loader": "^3.1.0",
"cssnano": "^4.1.10",
"dotenv": "^8.0.0",
"eslint": "^6.1.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-jest": "^22.13.6",
"fibers": "^4.0.1",
"file-loader": "^4.1.0",
"fork-ts-checker-webpack-plugin": "^1.4.3",
"friendly-errors-webpack-plugin": "^1.7.0",
"happypack": "^5.0.1",
"identity-obj-proxy": "^3.0.0",
"jest-canvas-mock": "^2.1.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"rimraf": "^2.6.3",
"sass": "^1.22.7",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"url-loader": "^2.1.0",
"vue-meta": "^2.0.5",
"vue-router": "^3.0.7",
"vuetify-loader": "^1.2.2",
"webpack-dev-server": "^3.7.2"
},
"files": [
"src/",
"dist/",
"lib/",
"es5/",
"types/"
],
"gitHead": "6a80746eb0593186526a64b1d25e300baca84f6c",
"homepage": "https://vuetifyjs.com",
"jsdelivr": "dist/vuetify.js",
"keywords": [
"vuetify"
],
"license": "MIT",
"main": "dist/vuetify.js",
"module": "dist/vuetify.js",
"name": "vuetify",
"peerDependencies": {
"vue": "^2.6.4"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vuetify.git",
"directory": "packages/vuetify"
},
"scripts": {
"build": "concurrently \"yarn build:dist --no-progress\" \"yarn build:lib\" -n \"dist,lib\" --kill-others-on-fail -r && yarn build:json",
"build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config build/config.js --progress --hide-modules",
"build:json": "node build/build-json.js",
"build:lib": "node build/build-lib.js",
"debug:test": "cross-env NODE_ENV=test node --inspect --inspect-brk ../../node_modules/jest/bin/jest.js --no-cache -i --verbose",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.config.js --hot",
"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\"",
"lint:fix": "concurrently -n \"tsc,tslint,eslint,types\" \"tsc --noEmit --pretty\" \"tslint --fix -p . src/**/*.ts -t verbose\" \"eslint --fix --ext .js,.ts src\" \"yarn test:types\"",
"test": "node build/run-tests.js",
"test:coverage": "yarn test --coverage",
"test:types": "tsc -p ./types/test/tsconfig.json",
"test:unix": "cross-env NODE_ENV=test jest",
"test:win32": "cross-env NODE_ENV=test jest -i",
"tsc": "tsc",
"watch": "cross-env TARGET=development webpack --config build/config.js --progress --hide-modules --watch"
},
"sideEffects": [
"*.sass",
"*.scss",
"*.css"
],
"types": "types/index.d.ts",
"unpkg": "dist/vuetify.js",
"version": "2.0.1",
"vetur": {
"tags": "dist/json/tags.json",
"attributes": "dist/json/attributes.json"
}
}