UNPKG

4.27 kBJSONView Raw
1{
2 "name": "vuetify",
3 "description": "Vue Material Component Framework",
4 "version": "2.1.13",
5 "author": {
6 "name": "John Leider",
7 "email": "john@vuetifyjs.com"
8 },
9 "license": "MIT",
10 "homepage": "https://vuetifyjs.com",
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/vuetifyjs/vuetify.git",
14 "directory": "packages/vuetify"
15 },
16 "keywords": [
17 "vuetify",
18 "ui framework",
19 "component framework",
20 "ui library",
21 "component library",
22 "material components",
23 "vue framework"
24 ],
25 "bugs": {
26 "url": "https://issues.vuetifyjs.com"
27 },
28 "funding": {
29 "type": "github",
30 "url": "https://github.com/sponsors/johnleider"
31 },
32 "main": "dist/vuetify.js",
33 "module": "dist/vuetify.js",
34 "jsdelivr": "dist/vuetify.js",
35 "unpkg": "dist/vuetify.js",
36 "types": "types/index.d.ts",
37 "sideEffects": [
38 "*.sass",
39 "*.scss",
40 "*.css"
41 ],
42 "files": [
43 "src/",
44 "dist/",
45 "lib/",
46 "es5/",
47 "types/"
48 ],
49 "scripts": {
50 "watch": "cross-env TARGET=development webpack --config build/config.js --progress --hide-modules --watch",
51 "dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.config.js --hot",
52 "build": "concurrently \"yarn build:dist --no-progress\" \"yarn build:lib\" -n \"dist,lib\" --kill-others-on-fail -r && yarn build:json",
53 "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config build/config.js --progress --hide-modules",
54 "build:json": "node build/build-json.js",
55 "tsc": "tsc",
56 "build:lib": "node build/build-lib.js",
57 "debug:test": "cross-env NODE_ENV=test node --inspect --inspect-brk ../../node_modules/jest/bin/jest.js --no-cache -i --verbose",
58 "test": "node build/run-tests.js",
59 "test:unix": "cross-env NODE_ENV=test jest",
60 "test:win32": "cross-env NODE_ENV=test jest -i",
61 "test:coverage": "yarn test --coverage",
62 "test:types": "tsc -p ./types/test/tsconfig.json",
63 "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 -f codeframe --max-warnings 0\" \"yarn test:types\"",
64 "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\""
65 },
66 "devDependencies": {
67 "@babel/cli": "^7.5.5",
68 "@babel/core": "^7.5.5",
69 "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
70 "@babel/preset-env": "^7.5.5",
71 "@mdi/font": "^4.5.95",
72 "@mdi/js": "^3.8.95",
73 "@types/jest": "^24.0.15",
74 "@types/node": "^12.6.8",
75 "@vue/test-utils": "^1.0.0-beta.29",
76 "autoprefixer": "^9.6.1",
77 "babel-loader": "^8.0.6",
78 "babel-plugin-detective": "^2.0.0",
79 "babel-plugin-module-resolver": "^3.2.0",
80 "babel-plugin-transform-define": "^1.3.1",
81 "babel-polyfill": "^6.26.0",
82 "concurrently": "^4.1.1",
83 "cross-env": "^5.2.0",
84 "css-loader": "^3.1.0",
85 "cssnano": "^4.1.10",
86 "dotenv": "^8.0.0",
87 "eslint": "^6.1.0",
88 "eslint-loader": "^2.2.1",
89 "eslint-plugin-jest": "^22.13.6",
90 "fibers": "^4.0.1",
91 "file-loader": "^4.1.0",
92 "fork-ts-checker-webpack-plugin": "^1.4.3",
93 "friendly-errors-webpack-plugin": "^1.7.0",
94 "happypack": "^5.0.1",
95 "identity-obj-proxy": "^3.0.0",
96 "jest-canvas-mock": "^2.1.0",
97 "mini-css-extract-plugin": "^0.8.0",
98 "optimize-css-assets-webpack-plugin": "^5.0.3",
99 "postcss-loader": "^3.0.0",
100 "pug": "^2.0.4",
101 "pug-loader": "^2.4.0",
102 "rimraf": "^2.6.3",
103 "sass": "^1.22.7",
104 "sass-loader": "^7.1.0",
105 "style-loader": "^0.23.1",
106 "stylus": "^0.54.5",
107 "stylus-loader": "^3.0.2",
108 "ts-loader": "^6.0.4",
109 "tslint": "^5.18.0",
110 "url-loader": "^2.1.0",
111 "vue-meta": "^2.0.5",
112 "vue-router": "^3.0.7",
113 "vuetify-loader": "^1.2.2",
114 "webpack-dev-server": "^3.7.2"
115 },
116 "peerDependencies": {
117 "vue": "^2.6.4"
118 },
119 "publishConfig": {
120 "access": "public"
121 },
122 "vetur": {
123 "tags": "dist/json/tags.json",
124 "attributes": "dist/json/attributes.json"
125 },
126 "web-types": "dist/json/web-types.json",
127 "gitHead": "39bec78484d0bd30772b9d4e3fd82569d61b1647"
128}