UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

96 lines (95 loc) 3.61 kB
{ "name": "vuetify", "description": "Vue.js 2 Semantic Component Framework", "version": "1.3.13", "author": { "name": "John Leider", "email": "john@vuetifyjs.com" }, "license": "MIT", "homepage": "http://vuetifyjs.com", "repository": "vuetifyjs/vuetify", "main": "dist/vuetify.js", "module": "dist/vuetify.js", "jsdelivr": "dist/vuetify.js", "unpkg": "dist/vuetify.js", "types": "types/index.d.ts", "sideEffects": [ "*.styl", "*.css" ], "scripts": { "watch": "cross-env TARGET=development webpack --config build/config.js --progress --hide-modules --watch", "dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.config.js --hot", "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", "test": "node build/run-tests.js", "test:unix": "cross-env NODE_ENV=test jest", "test:win32": "cross-env NODE_ENV=test jest -i", "test:coverage": "yarn test --coverage", "test:types": "tsc -p ./types/test/tsconfig.json", "lint": "concurrently -n \"tsc,tslint,eslint,types\" --kill-others-on-fail \"tsc --noEmit --pretty\" \"tslint -p . src/**/*.ts -t stylish\" \"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\"" }, "devDependencies": { "@mdi/font": "^3.0.39", "@types/jest": "^22.2.3", "@types/node": "^10.12.0", "autoprefixer": "^9.3.1", "avoriaz": "^6.3.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-loader": "^7.1.5", "babel-plugin-detective": "2.0.0", "babel-plugin-module-resolver": "3.1.1", "babel-plugin-transform-define": "^1.3.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "concurrently": "^4.0.1", "cross-env": "^5.2.0", "css-loader": "^1.0.0", "css-mqpacker": "^7.0.0", "cssnano": "^4.1.7", "dotenv": "^6.1.0", "eslint": "^5.8.0", "eslint-loader": "^2.1.1", "file-loader": "^1.1.11", "fork-ts-checker-webpack-plugin": "^0.4.14", "friendly-errors-webpack-plugin": "^1.7.0", "happypack": "^5.0.0", "mini-css-extract-plugin": "^0.4.4", "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.2", "style-loader": "^0.23.1", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "ts-loader": "^5.2.2", "tslint": "^5.11.0", "typescript": "^3.1.3", "uglifyjs-webpack-plugin": "^1.2.7", "url-loader": "^1.1.2", "vue-loader": "^15.4.2", "vue-router": "^3.0.1", "vue-template-compiler": "^2.5.17", "vue-template-es2015-compiler": "^1.6.0", "vuetify-loader": "^0.2.0", "webpack": "^4.23.1", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.10", "webpack-merge": "^4.1.4" }, "peerDependencies": { "vue": "^2.5.10" }, "publishConfig": { "access": "public" }, "gitHead": "4e91a9c3ab76ef7d37b9f424319d6f5936a79eee" }