123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "_from": "vuetify",
- "_id": "vuetify@1.5.12",
- "_inBundle": false,
- "_integrity": "sha512-NxYNPiqEEgprTzNft0x0oiyOgbclbARgOJMKWRfeu3qx8pE0JG3XMgljVv1Ttq0ErKf1lvNLFRuajDgRdQxR/Q==",
- "_location": "/vuetify",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "vuetify",
- "name": "vuetify",
- "escapedName": "vuetify",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/vuetify/-/vuetify-1.5.12.tgz",
- "_shasum": "77d18fc7ea5d6297bac40880df83fc241ba840a2",
- "_spec": "vuetify",
- "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
- "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": {
- "@mdi/font": "^3.0.39",
- "@types/jest": "^22.2.3",
- "@types/node": "^10.12.0",
- "autoprefixer": "^9.4.7",
- "avoriaz": "^6.3.0",
- "babel-cli": "^6.26.0",
- "babel-core": "^6.26.3",
- "babel-loader": "^7.1.5",
- "babel-plugin-detective": "^2.0.0",
- "babel-plugin-module-resolver": "^3.2.0",
- "babel-plugin-transform-define": "^1.3.1",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.7.0",
- "concurrently": "^4.1.0",
- "cross-env": "^5.2.0",
- "css-loader": "^2.1.0",
- "css-mqpacker": "^7.0.0",
- "cssnano": "^4.1.8",
- "dotenv": "^6.2.0",
- "eslint": "^5.13.0",
- "eslint-loader": "^2.1.2",
- "file-loader": "^3.0.1",
- "fork-ts-checker-webpack-plugin": "^0.5.2",
- "friendly-errors-webpack-plugin": "^1.7.0",
- "happypack": "^5.0.1",
- "mini-css-extract-plugin": "^0.5.0",
- "optimize-css-assets-webpack-plugin": "^5.0.1",
- "postcss-loader": "^3.0.0",
- "pug": "^2.0.3",
- "pug-loader": "^2.4.0",
- "rimraf": "^2.6.3",
- "style-loader": "^0.23.1",
- "stylus": "^0.54.5",
- "stylus-loader": "^3.0.2",
- "ts-loader": "^5.3.3",
- "tslint": "^5.12.1",
- "typescript": "^3.3.3",
- "url-loader": "^1.1.2",
- "vue-loader": "^15.6.2",
- "vue-router": "^3.0.2",
- "vue-template-es2015-compiler": "^1.8.2",
- "vuetify-loader": "^0.2.0",
- "webpack": "^4.29.3",
- "webpack-cli": "^3.2.3",
- "webpack-dev-server": "^3.1.14",
- "webpack-merge": "^4.2.1"
- },
- "gitHead": "ccb89b0eb0af6c4163ff5e9c8bc0ce1632af6149",
- "homepage": "http://vuetifyjs.com",
- "jsdelivr": "dist/vuetify.js",
- "license": "MIT",
- "main": "dist/vuetify.js",
- "module": "dist/vuetify.js",
- "name": "vuetify",
- "peerDependencies": {
- "vue": "^2.5.18"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuetifyjs/vuetify.git"
- },
- "scripts": {
- "build": "concurrently \"yarn build:dist --no-progress\" \"yarn build:lib\" -n \"dist,lib\" --kill-others-on-fail -r",
- "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config build/config.js --progress --hide-modules",
- "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\" --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\"",
- "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",
- "watch": "cross-env TARGET=development webpack --config build/config.js --progress --hide-modules --watch"
- },
- "sideEffects": [
- "*.styl",
- "*.css"
- ],
- "types": "types/index.d.ts",
- "unpkg": "dist/vuetify.js",
- "version": "1.5.12"
- }
|